1 2 3 4
class PluginBase(object): def __init_subclass__(cls, **kwargs): super().__init_subclass__(**kwargs)