PluginManager.
import_and_load_directory
Import and load all plugins contained in a directory.
This function will import and load all plugins contained in a directory. Any additional keyword arguments will be passed to the loaded plugins.
path (str) – The full path to the directory to load from.
module_prefix (str) – A prefix for the name of the modules that will be imported.
recursive (bool) – Whether to consider subdirectories.