Files
DB-GPT/pilot/speech/__init__.py
2023-05-10 16:42:08 +08:00

4 lines
62 B
Python

from pilot.speech.say import say_text
__all__ = ["say_text"]