This repository will have code following various tutorials on object oriented programming with Python.
Represents the class instance.
Data classes were added to Python in v3.7. A data class exists to store and structure information. An easier way that traditional classes created using base dunder methods. Uses decorators to identify classes as data classes.