4 lines
60 B
Python
4 lines
60 B
Python
from games.frogger import create_game
|
|
|
|
create_game().play()
|
from games.frogger import create_game
|
|
|
|
create_game().play()
|