diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-02 08:25:54 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-02 08:25:54 +0100 |
commit | a15fd3fe7bead9599fbfe49d8b81ab227fd55259 (patch) | |
tree | 0d58dc32a9daf5b980892f094e4636fd3457c95e | |
parent | ebe0c7f30fd5442d05e44c87b8313632aaccbf1e (diff) |
added a TODO
-rw-r--r-- | datamaps/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datamaps/main.py b/datamaps/main.py index 8e78a93..8a6d56e 100644 --- a/datamaps/main.py +++ b/datamaps/main.py @@ -89,6 +89,7 @@ def report(): help="Create master.xlsx immediately", ) def templates(to_master): + # TODO move this to cli() engine_config.initialise() click.secho("Hello from datamaps 1.0!", fg="yellow") if to_master: |