#!/usr/bin/env python

import space

# Load the universe.
universe = space.space()
universe.loadSystems("../../dat/ssys.xml")
universe.loadPlanets("../../dat/planet.xml")
universe.window()