Metaclasses

https://docs.python.org/3/reference/datamodel.html#customizing-class-creation

__init_subclass__

class Foo(metaclass=Metaclass): SUITE