"""
MiniMax Text-to-Speech module
"""

from .transformation import MinimaxException, MinimaxTextToSpeechConfig

__all__ = ["MinimaxTextToSpeechConfig", "MinimaxException"]

