from server import app as fastapi_app def main(): return fastapi_app if __name__ == "__main__": main()