from src.ui import create_app, launch_app app = create_app() if __name__ == "__main__": launch_app(app)