refactor(workflow): migrate all variables imports to core.workflow.variables

This commit is contained in:
WH-2099
2026-02-12 05:00:56 +08:00
parent 942598ff3e
commit 507e658629
104 changed files with 183 additions and 246 deletions

View File

@ -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