from rocketry import Rocketry app = Rocketry(execution="async") if __name__ == "__main__": app.run()