INNER CODE UNIT · Python
is
yaqwsx/KiKit · kikit/actionPlugins/__init__.py:19
function is impure as it modifies the global variable scope. The purpose
of this function is to allow the PCM proxy to operate.
"""
import importlib
for plugin in availablePlugins:
module = importlib.import_module(f"kikit.actionPlugins.{plugin.package}")
module.plugin().register()