mirror of
https://github.com/langgenius/dify.git
synced 2026-03-03 07:00:30 -05:00
refactor(workflow): move variables package into core.workflow (#32750)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from flask_restx import fields
|
||||
|
||||
from core.helper import encrypter
|
||||
from core.variables import SecretVariable, SegmentType, VariableBase
|
||||
from core.workflow.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