4 lines
56 B
Python
4 lines
56 B
Python
from babysnake import create_game
|
|
|
|
create_game().play()
|
from babysnake import create_game
|
|
|
|
create_game().play()
|