11 lines
190 B
Python
Executable File
11 lines
190 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import space
|
|
|
|
# Load the universe.
|
|
universe = space.space()
|
|
universe.loadSystems("../../dat/ssys.xml")
|
|
universe.loadPlanets("../../dat/planet.xml")
|
|
universe.window()
|
|
|