Lephisto/utils/resedit/resedit.py
2013-04-13 16:48:36 +01:00

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()