from untitled.app import App def main(): print("Loading...") app = App() app.run() if __name__ == "__main__": main()