Skip to content

Commit 5f36ae0

Browse files
committed
exposing common classes
1 parent 01ca80c commit 5f36ae0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wfcommons/common/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2020 The WorkflowHub Team.
4+
# Copyright (c) 2020-2021 The WfCommons Team.
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
88
# the Free Software Foundation, either version 3 of the License, or
99
# (at your option) any later version.
1010

1111
from .workflow import Workflow
12+
from .file import File
13+
from .file import FileLink
14+
from .task import Task
15+
from .task import TaskType

0 commit comments

Comments
 (0)