diff options
Diffstat (limited to '')
-rw-r--r-- | datamaps/api/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datamaps/api/api.py b/datamaps/api/api.py index 549d4fb..6cc6f4e 100644 --- a/datamaps/api/api.py +++ b/datamaps/api/api.py @@ -1,6 +1,7 @@ from ..core import Quarter from ..plugins.dft.master import Master + def project_data_from_master_api(master_file: str, quarter: int, year: int): """Create a Master object directly without the need to explicitly pass a Quarter object. |