20f348c
1
2
3
4
5
6
7
from dify_app import DifyApp from models import db def init_app(app: DifyApp): db.init_app(app)