from model import world from gui import app if __name__ == '__main__': world = world.World() application = app.App(world) application.start()