Python Serialize and Deserialize without strong typing

前端 未结 0 1778
花落未央
花落未央 2020-11-28 07:37

Currently I have something like this:

from pydantic.main import BaseModel

class Data(BaseModel):
    """Post"""
    id: int
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题