Clean up code comments and docstrings (#318)

Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
Rany
2024-11-22 18:28:43 +02:00
committed by GitHub
parent d10060fc60
commit 6bc3a9e20f
13 changed files with 40 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
"""Edge TTS version information."""
"""Version information for the edge_tts package."""
__version__ = "6.1.19"
__version_info__ = tuple(int(num) for num in __version__.split("."))