Skip to content

Data Models

All data models used by the application will be created using Pydantic. A SSFToolsBaseModel will be created from which all other models will inherit. The base model will be used to set configurations common to all other data models used by the application.