Remove some metaclasses
Use the Python >= 3.6 dependency opportunity to remove metaclasses where possible and replace them by __init_subclass__
.
Use the Python >= 3.6 dependency opportunity to remove metaclasses where possible and replace them by __init_subclass__
.