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
Since the getters and setters don't have any validation or additional logic baked in, having these are a little superfluous. It's more pythonic to not use the @property and @property_name.setter unless necessary.
As we spoke irl, there are a couple of other data model classes in the libraries that should be updated as well to just have public attributes instead of these getters and setters.