We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe783a commit 30b5b23Copy full SHA for 30b5b23
1 file changed
wfcommons/wfbench/__init__.py
@@ -1,11 +1,12 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
#
4
-# Copyright (c) 2021-2022 The WfCommons Team.
+# Copyright (c) 2021-2023 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 .bench import WorkflowBenchmark
12
+from .translator import PegasusTranslator, SwiftTTranslator
0 commit comments