From 7a97b9c7a779aa7739e743770559ca7146ba6df3 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Tue, 9 Apr 2024 01:54:49 +0300 Subject: use namespace package in imports --- src/sliceitoff/__main__.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/sliceitoff/__main__.py (limited to 'src/sliceitoff/__main__.py') 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() -- cgit v1.2.3