6 lines
89 B
Python
6 lines
89 B
Python
"""TTS providers package."""
|
|
|
|
from .gtts import GTTSProvider
|
|
|
|
__all__ = ["GTTSProvider"]
|