Skip to content
Snippets Groups Projects
Unverified Commit b21ccfd2 authored by jjenthought's avatar jjenthought Committed by GitHub
Browse files

Merge pull request #195 from force-h2020/api-update

Self-merged #195 
parents cb634555 833beae9
No related branches found
No related tags found
No related merge requests found
......@@ -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