Python: dataclass()

dataclasses, на сайте с 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.