Files
edge-tts/src/edge_tts/__init__.py
2023-01-04 23:53:06 +02:00

8 lines
151 B
Python

"""
__init__ for edge_tts
"""
from .communicate import Communicate
from .list_voices import list_voices, VoicesManager
from .submaker import SubMaker