from fastapi import FastAPI import uvicorn from pydantic import BaseModel #<----- ทำการ import BaseModel เข้ามา app = FastAPI()