#!/usr/bin/env python
# coding: utf-8

# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE.md file in the project root for full license information.

from .config import *  # noqa: F403, F401
from .customvoice_object import *  # noqa: F403, F401
from .status_object import *  # noqa: F403, F401
from .project import *  # noqa: F403, F401
from .consent import *  # noqa: F403, F401
from .training_set import *  # noqa: F403, F401
from .model import *  # noqa: F403, F401
from .endpoint import *  # noqa: F403, F401
from .personal_voice import *  # noqa: F403, F401
