Lephisto/utils/resedit/resedit.py

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