Since all child classes are identical in structure and the task they perform, and since typing is used, it is possible to make the main Make class more universal, and fill all data after type checking with ReflectionProperty, which will significantly shorten the code and help to get rid of classes of the same type
Since all child classes are identical in structure and the task they perform, and since typing is used, it is possible to make the main Make class more universal, and fill all data after type checking with
ReflectionProperty
, which will significantly shorten the code and help to get rid of classes of the same type