nsi-rpg/src/main.py

5 lines
63 B
Python
Raw Normal View History

from src.engine import Engine
engine = Engine()
engine.loop()