diff options
Diffstat (limited to 'pygame/gamechestgui')
-rwxr-xr-x | pygame/gamechestgui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pygame/gamechestgui b/pygame/gamechestgui deleted file mode 100755 index 5cedfaa..0000000 --- a/pygame/gamechestgui +++ /dev/null @@ -1,10 +0,0 @@ -#!/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__() |