def main(): application = Application() try: ret = application.run(sys.argv) except SystemExit as e: ret = e.code sys.exit(ret)