diff --git a/src/edge_tts/list_voices.py b/src/edge_tts/list_voices.py index 1fba22b..6e41d96 100644 --- a/src/edge_tts/list_voices.py +++ b/src/edge_tts/list_voices.py @@ -48,6 +48,9 @@ class VoicesManager: @classmethod async def create(cls): + """ + Creates a VoicesManager object and populates it with all available voices. + """ self = VoicesManager() self.voices = await list_voices() self.voices = [