summaryrefslogtreecommitdiffstats
path: root/gamechest.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechest.py')
-rwxr-xr-xgamechest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gamechest.py b/gamechest.py
new file mode 100755
index 0000000..8e4281d
--- /dev/null
+++ b/gamechest.py
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+
+import gamechest
+
+if __name__ == '__main__':
+ gamechest.main()