2025-09-06 22:58:58 +08:00

4 lines
91 B
Python

from . import TTS, text_segmentation_method
__all__ = ["TTS", "text_segmentation_method"]