diff --git a/TTS/GTTS.py b/TTS/GTTS.py index a0662b4..cef1b24 100644 --- a/TTS/GTTS.py +++ b/TTS/GTTS.py @@ -5,6 +5,7 @@ from gtts import gTTS max_chars = 0 + class GTTS: def __init__(self): self.max_chars = 5000