Mods
This commit is contained in:
@@ -4,6 +4,7 @@ from .config import Config
|
||||
from .utils import Utils
|
||||
from .ants import Ants
|
||||
from .window import Window
|
||||
from .game import Game
|
||||
|
||||
|
||||
def main() -> None:
|
||||
@@ -11,6 +12,9 @@ def main() -> None:
|
||||
Utils.prepare()
|
||||
Ants.prepare()
|
||||
Window.prepare()
|
||||
Game.prepare()
|
||||
Game.start_loop()
|
||||
Window.start()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user