ai-demo/app/api/__init__.py

4 lines
54 B
Python
Raw Permalink Normal View History

2026-05-07 07:51:23 +00:00
from app.api.chat import router
__all__ = ["router"]