summaryrefslogtreecommitdiffstats
path: root/pygame/gamechestgui
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2023-01-02 16:49:22 +0100
committervg <vgm+dev@devys.org>2023-01-02 16:49:22 +0100
commitf79d73440fa6b4e3f2641c86a477b5e5630d7fad (patch)
tree7f3fad78682d271dca8ebfd69091fce378634050 /pygame/gamechestgui
parentae768bc9758237bb6f99911dfa66ea5895bbca29 (diff)
downloadgamechest-f79d73440fa6b4e3f2641c86a477b5e5630d7fad.tar.gz
gamechest-f79d73440fa6b4e3f2641c86a477b5e5630d7fad.tar.bz2
gamechest-f79d73440fa6b4e3f2641c86a477b5e5630d7fad.zip
git-sync on dita
Diffstat (limited to 'pygame/gamechestgui')
-rwxr-xr-xpygame/gamechestgui10
1 files changed, 10 insertions, 0 deletions
diff --git a/pygame/gamechestgui b/pygame/gamechestgui
new file mode 100755
index 0000000..5cedfaa
--- /dev/null
+++ b/pygame/gamechestgui
@@ -0,0 +1,10 @@
+#!/usr/bin/python3
+
+import sys
+import os
+file_path = os.path.realpath(__file__)
+sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs'))
+sys.path.insert(0, os.path.join(os.path.dirname(file_path), 'libs/gamechestgui'))
+
+import gamechestgui
+#gamechestgui.__main__()