Pydantic provides a quite big set of types that can help you in various ... from pydantic import BaseModel class PostCreate(BaseModel): title: str content: ...
確定! 回上一頁