Comment on Python classes aren’t always the best solutionparentComments−danofsteel321yThis. You can get very far with just dataclasses, enums, and functions. I use dataclasses like I would use structs in C or go.
Comments
This. You can get very far with just dataclasses, enums, and functions. I use dataclasses like I would use structs in C or go.