from typing import List from pydantic import BaseModel from pydantic.schema import schema import json class Item(BaseModel): thing_number: int ...
確定! 回上一頁