neurotorchmz.core.plugin_manager

neurotorchmz.core.plugin_manager#

The plugin manager provides methods to load plugins and provides a list of all loaded plugins

Functions

get_module()

Returns the module of the caller

load_plugins_from_dir(path, prefix)

Load all valid plugins from the given path

neurotorchmz.core.plugin_manager.get_module() ModuleType#

Returns the module of the caller

neurotorchmz.core.plugin_manager.load_plugins_from_dir(path: Path, prefix: str) None#

Load all valid plugins from the given path