Skip to content
Snippets Groups Projects
Commit 6f095043 authored by Stefano Borini's avatar Stefano Borini
Browse files

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

parent 3649bc61
No related branches found
No related tags found
1 merge request!132Exports factory_id as we need it when two factories need to find each other.
This commit is part of merge request !132. Comments created here will be created in the context of that merge request.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment