Added runnable script

This commit is contained in:
Marcin Kostrzewski 2020-04-02 16:54:55 +02:00
parent 14fac73279
commit db2f12846d

3
src/Run.py Normal file
View File

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