Skip to content
Snippets Groups Projects
Commit 581fd25a authored by James Johnson's avatar James Johnson
Browse files

Add BaseModel to api

parent f59a278c
No related branches found
No related tags found
Loading
......@@ -2,6 +2,7 @@ from .base_extension_plugin import BaseExtensionPlugin # noqa
from .ids import plugin_id, factory_id # noqa
from .core.base_factory import BaseFactory # noqa
from .core.base_model import BaseModel # noqa
from .core.data_value import DataValue # noqa
from .core.workflow import Workflow # noqa
from .core.slot import Slot # 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