diff options
author | Vee9ahd1 <[email protected]> | 2019-05-12 01:29:05 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-05-12 01:29:05 -0400 |
commit | 2e27eb73344d691b657f72c8e794f81ce47036c6 (patch) | |
tree | fafe6255167c74131f03e2a80b105278c28af30d /gantools/cli.py | |
parent | 560f86d452277084a1be04fbc4c0e8c5f1206ff5 (diff) |
implemented most of the basic functionality from the prototype script and created some messy tests
Diffstat (limited to 'gantools/cli.py')
-rw-r--r-- | gantools/cli.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gantools/cli.py b/gantools/cli.py new file mode 100644 index 0000000..df648c5 --- /dev/null +++ b/gantools/cli.py @@ -0,0 +1,3 @@ +# create entrypoints for cli tools +def main(): + print("Hello World") |