Lephisto/utils/resedit/resedit.py
2013-04-13 15:01:41 +01:00

12 lines
207 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.debug()
universe.window()