For questions concerning the Python dataclasses module (new in Python 3.7). Dataclasses are python classes but are specifically suited for storing data objects.
Dataclasses are python classes but are specifically suited for storing data objects(store data and represent a certain data type).
Official documentation: dataclasses
Original proposal: PEP 557
Tutorial / showcase: Raymond Hettinger's talk on PyCon 2018