aboutsummaryrefslogtreecommitdiff
path: root/gantools/cli.py
diff options
context:
space:
mode:
authorVee9ahd1 <[email protected]>2019-05-12 01:29:05 -0400
committerVee9ahd1 <[email protected]>2019-05-12 01:29:05 -0400
commit2e27eb73344d691b657f72c8e794f81ce47036c6 (patch)
treefafe6255167c74131f03e2a80b105278c28af30d /gantools/cli.py
parent560f86d452277084a1be04fbc4c0e8c5f1206ff5 (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.py3
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")