Data classes for ORM Models in Model class, sqlalchemy
I am trying to define a dataclass for my model in the same class of the model, where i have defined the table.
I am trying to define a dataclass for my model in the same class of the model, where i have defined the table.