__init__.py 203 Bytes
Newer Older
1
2
3
4
5
6
7
8
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""SuperBench executor module."""

from superbench.executor.executor import SuperBenchExecutor

__all__ = ['SuperBenchExecutor']