mirror of
https://github.com/langgenius/dify.git
synced 2025-07-07 09:11:55 +00:00
7 lines
204 B
Python
7 lines
204 B
Python
![]() |
from dify_app import DifyApp
|
||
|
|
||
|
|
||
|
def init_app(app: DifyApp):
|
||
|
from events import event_handlers # noqa: F401
|
||
|
from models import account, dataset, model, source, task, tool, tools, web # noqa: F401
|