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

"""SuperBench tool module."""

from superbench.tools.system_info import SystemInfo

__all__ = ['SystemInfo']