mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 01:46:14 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from flask_restx import fields
|
||||
|
||||
from core.helper import encrypter
|
||||
from core.workflow.variables import SecretVariable, SegmentType, VariableBase
|
||||
from dify_graph.variables import SecretVariable, SegmentType, VariableBase
|
||||
from fields.member_fields import simple_account_fields
|
||||
from libs.helper import TimestampField
|
||||
|
||||
|
||||
Reference in New Issue
Block a user