[Data Classes](https://docs.python.org/3.7/library/dataclasses.html) provide a simple and reliable way to implement a class with a standard set of features. Here's a demo, https://youtu.be/vBH6GRJ1REM. This is dependent on a minimum Python version of 3.7.