mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
3599751f93
Signed-off-by: -LAN- <laipz8200@outlook.com>
7 lines
102 B
Python
7 lines
102 B
Python
from dify_app import DifyApp
|
|
from models import db
|
|
|
|
|
|
def init_app(app: DifyApp):
|
|
db.init_app(app)
|