Skip to content
Snippets Groups Projects
Commit b90f7f74 authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #98 from force-h2020/add_slots_api

Add Workflow and Slot to the api
parents 7411978c 947a56ab
No related branches found
No related tags found
No related merge requests found
from .base_extension_plugin import BaseExtensionPlugin # noqa
from .ids import factory_id, plugin_id # noqa
from .core.data_value import DataValue # noqa
from .core.workflow import Workflow # noqa
from .core.slot import Slot # noqa
from .data_sources.base_data_source_model import BaseDataSourceModel # noqa
from .data_sources.base_data_source import BaseDataSource # 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