File size: 111 Bytes
20f348c
 
 
 
 
1
2
3
4
5
6
from dify_app import DifyApp


def init_app(app: DifyApp):
    from events import event_handlers  # noqa: F401