5 lines
97 B
Python
5 lines
97 B
Python
"""复用 Dify 的数据库连接。"""
|
|
from extensions.ext_database import db
|
|
|
|
__all__ = ["db"]
|