dify
This commit is contained in:
5
dify/api/extensions/ext_import_modules.py
Normal file
5
dify/api/extensions/ext_import_modules.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from dify_app import DifyApp
|
||||
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
from events import event_handlers # noqa: F401 # pyright: ignore[reportUnusedImport]
|
||||
Reference in New Issue
Block a user