"""
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
"""

from .config_auth import ConfigAuth
from .config_response import ConfigResponse

__all__ = [
    "ConfigAuth",
    "ConfigResponse",
]
