File size: 103 Bytes
08f1adc
 
 
 
 
1
2
3
4
5
6
"""HTTP routes for the captioning service."""

from app.api.routes import router

__all__ = ["router"]