Skip to content
Snippets Groups Projects

Add BaseFactory to API

Merged Adham Hashibon requested to merge base-factory-api into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
from .base_extension_plugin import BaseExtensionPlugin # noqa
from .ids import plugin_id, factory_id # noqa
from .core.base_factory import BaseFactory # noqa
from .core.data_value import DataValue # noqa
from .core.workflow import Workflow # noqa
from .core.slot import Slot # noqa
Loading