Skip to content
Snippets Groups Projects

Exports factory_id as we need it when two factories need to find each other.

Merged Adham Hashibon requested to merge feature/re-export-factory_id-0518-1133 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
from .base_extension_plugin import BaseExtensionPlugin # noqa
from .ids import plugin_id # noqa
from .ids import plugin_id, factory_id # noqa
from .core.data_value import DataValue # noqa
from .core.workflow import Workflow # noqa
Loading