https://docs.pydantic.dev/latest/
The INTERSECT SDK makes heavy use of Pydantic. Among other things Pydantic extends Python dataclass and provides capabilities to validate against a predefined schema. That kind of dataclass might also be useful as my base data structures.
https://docs.pydantic.dev/latest/ The INTERSECT SDK makes heavy use of Pydantic. Among other things Pydantic extends Python dataclass and provides capabilities to validate against a predefined schema. That kind of dataclass might also be useful as my base data structures.