You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically thinking of those that count as "stats", i.e. hp, defense, and so on.
Previously, experimented with inheriting from BaseModel, but that lead to issues.
Maybe if simple class, then it would work - or, inherit from TypedDict?