ai-demo/app/api/__init__.py

4 lines
54 B
Python

from app.api.chat import router
__all__ = ["router"]