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