# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """Exposes the interface of SuperBench common utilities.""" from .logging import logger __all__ = ['logger']