3 lines
50 B
Python
3 lines
50 B
Python
print("Game Loading...")
|
|
import GUI
|
|
GUI.display()
|
print("Game Loading...")
|
|
import GUI
|
|
GUI.display()
|