Index
Moddle extension converter.
| MODULE | DESCRIPTION |
|---|---|
moddle |
This module provides parsers for Moddle’s JSON-based definition files. |
moddle_types |
Type declarations for Moodle plugins. |
| FUNCTION | DESCRIPTION |
|---|---|
load_default_plugins |
Loads and registers the default plugins used by the application. |
Functions¶
load_default_plugins
¶
load_default_plugins() -> None
Loads and registers the default plugins used by the application.
Note
For best results, the pybpmn_parser.bpmn.load_classes function should be called before this.
This function reads the default plugin definitions from resources, parses them into Moddle package configurations, and registers these packages in the global registry. After registering the plugins, the Moddle registry is converted to its final usable state.