Run.py refactor

This commit is contained in:
Marcin Kostrzewski 2020-04-06 09:53:27 +02:00
parent 998c6c0094
commit 0c46a6ec32
2 changed files with 3 additions and 3 deletions

3
Run.py Normal file
View File

@ -0,0 +1,3 @@
from src.game.Game import Game
game = Game()

View File

@ -1,3 +0,0 @@
from game.Game import Game
game = Game()