qlmaas.plugins

This module is used to instantiate remote Plugins. This module will internally call the method get_plugins() to get the list of Plugins that are available on the server. Each Plugin could be imported using the name of the class, but if two Plugins have the same name, only the first Plugin returned by get_plugins() will be present in this module.

# Import a remote class
from qlmaas.plugins import Nnizer

This module is used to import subclasses of QLMaaSPlugin