Files
dify/api/dify_graph/nodes/start/__init__.py

4 lines
59 B
Python

from .start_node import StartNode
__all__ = ["StartNode"]