This commit is contained in:
rany2
2023-01-05 00:15:48 +02:00
parent fe8b86c7f5
commit efe0cbedde
2 changed files with 2 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ __init__ for edge_tts
"""
from .communicate import Communicate
from .list_voices import list_voices, VoicesManager
from .list_voices import VoicesManager, list_voices
from .submaker import SubMaker

View File

@@ -1,5 +1,6 @@
"""Exceptions for the Edge TTS project."""
class UnknownResponse(Exception):
"""Raised when an unknown response is received from the server."""