7 lines
150 B
Python
7 lines
150 B
Python
"""
|
|
__init__ for edge_tts
|
|
"""
|
|
|
|
from .communicate import Communicate
|
|
from .list_voices import list_voices, VoicesManager
|
|
from .submaker import SubMaker |