Files

8 lines
130 B
Python
Raw Permalink Normal View History

2026-02-05 16:25:52 +08:00
"""
API package initialization
"""
from app.api.routes import intent_router, ai_router
__all__ = ["intent_router", "ai_router"]