diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-16 16:53:13 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-16 16:53:13 +0100 |
commit | 4dff45ad4f5459e62fde51071bb03b7fbde12954 (patch) | |
tree | 3411e22c6d4714e4d373b3c4bf144ad5d32e736a /datamaps/api/__init__.py | |
parent | 4364d434b7f494a42937f4303020f86d8ca2821a (diff) |
working on Month class
Diffstat (limited to 'datamaps/api/__init__.py')
-rw-r--r-- | datamaps/api/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datamaps/api/__init__.py b/datamaps/api/__init__.py index 3f6a35c..947f8a6 100644 --- a/datamaps/api/__init__.py +++ b/datamaps/api/__init__.py @@ -1 +1,2 @@ from .api import project_data_from_master_api as project_data_from_master +from .api import project_data_from_master_month_api as project_data_from_master_month |