| """Tiny, audio-native turn detection for conversational voice systems.""" | |
| from __future__ import annotations | |
| __version__ = "0.1.0" | |
| __all__ = ["__version__"] | |
| """Tiny, audio-native turn detection for conversational voice systems.""" | |
| from __future__ import annotations | |
| __version__ = "0.1.0" | |
| __all__ = ["__version__"] | |