itssKarthiii's picture
Upload 70 files
6b408d7 verified
raw
history blame contribute delete
158 Bytes
"""API package."""
from app.api.routes import health
from app.api.routes import voice_detection
__all__ = [
"health",
"voice_detection",
]