Dataclasses
Consider using these over classes when your class primarily has fields, and not methods.
https://docs.python.org/3/library/dataclasses.html
Last updated
Consider using these over classes when your class primarily has fields, and not methods.
https://docs.python.org/3/library/dataclasses.html
Last updated