lint
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
"""Exceptions for the Edge TTS project."""
|
||||
|
||||
|
||||
class UnknownResponse(Exception):
|
||||
"""Raised when an unknown response is received from the server."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user