6 lines
77 B
Python
6 lines
77 B
Python
|
from GameController import *
|
||
|
|
||
|
g = GameController()
|
||
|
|
||
|
print("Game ends here.")
|