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

"""Exposes interfaces of SuperBench Monitor."""

from superbench.monitor.monitor import Monitor
from superbench.monitor.record import MonitorRecord

__all__ = ['Monitor', 'MonitorRecord']