I have a model like : # Imports from pydantic import BaseModel # Data Models class MyModel(BaseModel): a: str b: str c: str ...
確定! 回上一頁