ext_database.py 102 B

123456
  1. from dify_app import DifyApp
  2. from models import db
  3. def init_app(app: DifyApp):
  4. db.init_app(app)