Create a main.py file with a simple fastapi application. from fastapi import FastAPI. app = FastAPI(). @app.get("/"). async def root(): return "Hello World!
確定! 回上一頁