baodan/dify-main/api/insurance/utils/db.py

5 lines
97 B
Python

"""复用 Dify 的数据库连接。"""
from extensions.ext_database import db
__all__ = ["db"]