mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 10:26:50 +08:00
6 lines
111 B
Python
6 lines
111 B
Python
from dify_app import DifyApp
|
|
|
|
|
|
def init_app(app: DifyApp):
|
|
from events import event_handlers # noqa: F401
|