baodan/api/insurance/chat/__init__.py

4 lines
65 B
Python

from insurance.chat.routes import chat_bp
__all__ = ["chat_bp"]