Python: dataclass()

dataclasses, на сайте с May 21, 2023 21:44
The dataclass() decorator examines the class to find field s. A field is defined as a class variable that has a type annotation.