PluginManager
-
class
compas.plugins.
PluginManager
[source] Bases:
object
Plugin Manager handles discovery and registry of plugins.
Usually there is only one instance of a plugin manager per host.
Methods
__init__
()Initialize self.
Load available plugin modules.
register_module
(plugin_module)Register a module that potentially contains plugin implementations.