diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-28 06:31:56 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-09-28 06:31:56 +0100 |
commit | ecf2508051d65f62d82041303ada905d42682610 (patch) | |
tree | d2b1abf8be2eff79fc8600a20b8c34848469d216 | |
parent | b46ed51ee8a96a1834e95f27d380501040befb82 (diff) |
added entry point for pyinstaller
-rw-r--r-- | cli.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +from datamaps.main import cli + +if __name__ == '__main__': + cli
\ No newline at end of file |