diff options
| author | Moisis <moisis.george@yahoo.com> | 2023-05-19 23:41:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-19 23:41:23 +0300 |
| commit | 271af3b2b85ac05aa8061cef0f35e7540f90b778 (patch) | |
| tree | a0475e1d88be01716e76f2e75c495a4284290bb9 /src/Testfunction.py | |
| parent | 8eeb31dba61e8c9b29704c5988f95dcba4338fca (diff) | |
| parent | 6a351ed2d6a554ed6d338abba234527705d1040f (diff) | |
| download | Macpan-271af3b2b85ac05aa8061cef0f35e7540f90b778.tar.xz Macpan-271af3b2b85ac05aa8061cef0f35e7540f90b778.zip | |
Final Touches
Diffstat (limited to 'src/Testfunction.py')
| -rw-r--r-- | src/Testfunction.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Testfunction.py b/src/Testfunction.py new file mode 100644 index 0000000..712fdde --- /dev/null +++ b/src/Testfunction.py @@ -0,0 +1,5 @@ +from game import Game + +if __name__ == "__main__": + game = Game() + game.run() |
