We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ca80c commit 5f36ae0Copy full SHA for 5f36ae0
1 file changed
wfcommons/common/__init__.py
@@ -1,11 +1,15 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
#
4
-# Copyright (c) 2020 The WorkflowHub Team.
+# Copyright (c) 2020-2021 The WfCommons Team.
5
6
# This program is free software: you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation, either version 3 of the License, or
9
# (at your option) any later version.
10
11
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