mirror of
https://github.com/langgenius/dify.git
synced 2025-11-21 07:25:04 +00:00
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
6 lines
149 B
Python
6 lines
149 B
Python
from dify_app import DifyApp
|
|
|
|
|
|
def init_app(app: DifyApp):
|
|
from events import event_handlers # noqa: F401 # pyright: ignore[reportUnusedImport]
|