2025-09-29 19:21:25 +01:00

4 lines
91 B
Python

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