Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion smallestai/waves/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
from smallestai.waves.async_waves_client import AsyncWavesClient
from smallestai.waves.stream_tts import WavesStreamingTTS, TTSConfig

__all__ = ["WavesClient", "AsyncWavesClient", "WavesStreamingTTS", "TTSConfig"]
__all__ = [
"WavesClient",
"AsyncWavesClient",
"WavesStreamingTTS",
"TTSConfig",
]
Loading