4 lines
58 B
Python
4 lines
58 B
Python
from games.snake import create_game
|
|
|
|
create_game().play()
|
from games.snake import create_game
|
|
|
|
create_game().play()
|