From 4dff45ad4f5459e62fde51071bb03b7fbde12954 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 16 May 2021 16:53:13 +0100 Subject: working on Month class --- datamaps/plugins/dft/master.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'datamaps/plugins') 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 @@ -157,6 +157,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``. -- cgit v1.2.3