complete typing for now

This commit is contained in:
rany2
2023-01-05 01:13:33 +02:00
parent d7f60bc49f
commit 57c5143aac
2 changed files with 20 additions and 5 deletions

View File

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