Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
rany
2024-05-21 16:36:52 +03:00
parent 98c9b59aa3
commit 580f880bda
3 changed files with 233 additions and 139 deletions

View File

@@ -8,7 +8,7 @@ import sys
from io import TextIOWrapper
from typing import Any, TextIO, Union
from edge_tts import Communicate, SubMaker, list_voices
from . import Communicate, SubMaker, list_voices
async def _print_voices(*, proxy: str) -> None: