Update to edge-tts 4.0.0

This commit is contained in:
rany
2021-12-07 22:09:43 +02:00
parent 756766fe6e
commit 4fcecddaf0
16 changed files with 207 additions and 101 deletions

7
src/edge_tts/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
__init__ for edge_tts
"""
from .communicate import Communicate
from .list_voices import list_voices
from .submaker import SubMaker