aboutsummaryrefslogtreecommitdiff
path: root/src/macpan.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/macpan.py')
-rw-r--r--src/macpan.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macpan.py b/src/macpan.py
deleted file mode 100644
index 712fdde..0000000
--- a/src/macpan.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from game import Game
-
-if __name__ == "__main__":
- game = Game()
- game.run()