DSZI_Survival/Run.py

8 lines
150 B
Python

from pathlib import Path
from src.game.Game import Game
# TODO: Paths are still retarded
programPath = Path(".").resolve()
game = Game(programPath)