# 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']