"""RegaLabs-TTS Sorani Kurdish Text-to-Speech Package.""" from .frontend import normalize_sorani_text, normalize_kurdish_text, number_to_sorani __version__ = "1.0.0" __all__ = ["normalize_sorani_text", "normalize_kurdish_text", "number_to_sorani"]