summaryrefslogtreecommitdiff
path: root/src/sliceitoff/__main__.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-09 01:54:49 +0300
committerViljami Ilola <+@hix.fi>2024-04-09 01:54:49 +0300
commit7a97b9c7a779aa7739e743770559ca7146ba6df3 (patch)
tree2b4f917a2187e74b27e0a272a8d15c48fd41f60f /src/sliceitoff/__main__.py
parent5981707f152b4e611abb50a6975a44548844117a (diff)
use namespace package in importsv0.3b2
Diffstat (limited to 'src/sliceitoff/__main__.py')
-rw-r--r--src/sliceitoff/__main__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sliceitoff/__main__.py b/src/sliceitoff/__main__.py
deleted file mode 100644
index 971e58c..0000000
--- a/src/sliceitoff/__main__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-""" Slice It Off! - Game where you slice the area where enemies reside to
- the minimum
-"""
-
-from game import Game
-
-game = Game()
-game.run()