mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
refactor(api): rename dify_graph to graphon (#34095)
This commit is contained in:
3
api/graphon/nodes/variable_aggregator/__init__.py
Normal file
3
api/graphon/nodes/variable_aggregator/__init__.py
Normal file
@ -0,0 +1,3 @@
|
||||
from .variable_aggregator_node import VariableAggregatorNode
|
||||
|
||||
__all__ = ["VariableAggregatorNode"]
|
||||
Reference in New Issue
Block a user