mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
3
api/dify_graph/nodes/trigger_webhook/__init__.py
Normal file
3
api/dify_graph/nodes/trigger_webhook/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
from .node import TriggerWebhookNode
|
||||
|
||||
__all__ = ["TriggerWebhookNode"]
|
||||
Reference in New Issue
Block a user