From 0dc5154b06c8f2ad6eb853d62b90f65eff491b9f Mon Sep 17 00:00:00 2001 From: Vuizur Date: Wed, 4 Jan 2023 20:37:00 +0100 Subject: [PATCH] Add shortcut to VoicesManager --- src/edge_tts/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/edge_tts/__init__.py b/src/edge_tts/__init__.py index 3880896..24b4e77 100644 --- a/src/edge_tts/__init__.py +++ b/src/edge_tts/__init__.py @@ -3,5 +3,5 @@ __init__ for edge_tts """ from .communicate import Communicate -from .list_voices import list_voices -from .submaker import SubMaker +from .list_voices import list_voices, VoicesManager +from .submaker import SubMaker \ No newline at end of file