aboutsummaryrefslogtreecommitdiffstats
path: root/datamaps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'datamaps/plugins')
-rw-r--r--datamaps/plugins/dft/master.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/datamaps/plugins/dft/master.py b/datamaps/plugins/dft/master.py
index 744cc27..c3e6c3b 100644
--- a/datamaps/plugins/dft/master.py
+++ b/datamaps/plugins/dft/master.py
@@ -158,6 +158,14 @@ class Master:
return self._quarter
@property
+ def month(self):
+ """
+ Returns the ``Month`` object associated with the ``Master``.
+ """
+ pass
+
+
+ @property
def filename(self):
"""The filename of the master xlsx file, e.g. ``master_1_2017.xlsx``.
"""