summaryrefslogtreecommitdiffstats
path: root/gamechest.py
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2022-07-01 22:55:43 +0200
committervg <vgm+dev@devys.org>2022-07-01 22:55:43 +0200
commit434858b5f092534a833a915c3a2067b14969334d (patch)
tree7169507eb85e0c097498641921ca3aa9db55b5e3 /gamechest.py
parentd2e513b773d36a64db2641e4a5258df82b77dd21 (diff)
downloadgamechest-434858b5f092534a833a915c3a2067b14969334d.tar.gz
gamechest-434858b5f092534a833a915c3a2067b14969334d.tar.bz2
gamechest-434858b5f092534a833a915c3a2067b14969334d.zip
git-sync on dita
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()