From 2e27eb73344d691b657f72c8e794f81ce47036c6 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Sun, 12 May 2019 01:29:05 -0400 Subject: implemented most of the basic functionality from the prototype script and created some messy tests --- gantools/cli.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gantools/cli.py (limited to 'gantools/cli.py') 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") -- cgit v1.2.1