from web_app import GraCoWebApplication def main(): app = GraCoWebApplication() app.launch() if __name__ == '__main__': main()