aboutsummaryrefslogtreecommitdiff
path: root/src/__main__.py
diff options
context:
space:
mode:
authortassaron2017-07-17 22:07:33 -0400
committertassaron2017-07-17 22:07:33 -0400
commitb1713d38fa91e39f142b0c234b6405229aa149e1 (patch)
tree3c47e147512cd75deccf07b2591fbb26693ffcb6 /src/__main__.py
parentaa464632c64725201dc7584ebf6bf2c3d06b47b6 (diff)
combined toolkit.py & frame.py into toolkit package
Diffstat (limited to 'src/__main__.py')
-rw-r--r--src/__main__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py
index a68739e..3babeae 100644
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -1,3 +1,5 @@
+# Allows for launching with python3 -m avpython
+
from avpython.main import main
-main() \ No newline at end of file
+main()