mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
refactor(workflow): move variables package into core.workflow (#32750)
This commit is contained in:
2
api/core/workflow/variables/exc.py
Normal file
2
api/core/workflow/variables/exc.py
Normal file
@ -0,0 +1,2 @@
|
||||
class VariableError(ValueError):
|
||||
pass
|
||||
Reference in New Issue
Block a user