mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-29 08:49:59 +08:00
4 lines
91 B
Python
4 lines
91 B
Python
from . import TTS, text_segmentation_method
|
|
|
|
__all__ = ["TTS", "text_segmentation_method"]
|