Files
edge-tts/src/edge_tts/__init__.py
2023-01-04 20:37:00 +01:00

7 lines
150 B
Python

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