from app import App def main(): app = App() if __name__ == "__main__": main()