StudyRepo_Synergy/part2_OOP/lesson6/app.py

5 lines
71 B
Python

from snake import game
if __name__ == "__main__":
game.mainloop()