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