News

The __new__ method is used to customize the class creation process. When we define a class PluginBase with metaclass=PluginMeta, any subclass of PluginBase will be automatically registered in the ...