aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/acit/__main__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acit/__main__.py b/src/acit/__main__.py
new file mode 100644
index 0000000..1505c78
--- /dev/null
+++ b/src/acit/__main__.py
@@ -0,0 +1,6 @@
+
+from . import run
+
+if __name__=="__main__":
+ run()
+