5 lines
71 B
Python
5 lines
71 B
Python
|
from snake import game
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
game.mainloop()
|