AIprojekt-wozek/run.py

7 lines
153 B
Python
Raw Permalink Normal View History

2022-03-24 20:02:21 +01:00
from Program import Program
from Global_variables import Global_variables as G_var
2022-03-10 19:45:28 +01:00
if __name__ == "__main__":
program = Program()
program.run()