File size: 138 Bytes
0d0b668
 
 
 
 
1
2
3
4
5
6
"""Voice Intelligence module for transcription, alignment, and silence-aware processing."""

from .api import app

__all__ = ["app"]