baodan/api/insurance/chat/__init__.py

4 lines
65 B
Python
Raw Normal View History

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