Closed talonchandler closed 1 year ago
This was a failed attempt.
I learned the hard way that I should treat dataclass objects as completely different from BaseModel objects because they support different features and it's not easy to migrate between them.
dataclass
BaseModel
This was a failed attempt.
I learned the hard way that I should treat
dataclass
objects as completely different fromBaseModel
objects because they support different features and it's not easy to migrate between them.