3 lines
85 B
Python
3 lines
85 B
Python
print("Starting Space Invaders...\nLoading Main Window...")
|
|
import GUI
|
|
GUI.display()
|