mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-18 22:21:51 +00:00
Merge pull request #112 from sartography/add_set
Allow set to be called from scripts
This commit is contained in:
commit
19ad0229ab
@ -172,6 +172,7 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
|
||||
"sum": sum,
|
||||
"time": time,
|
||||
"timedelta": timedelta,
|
||||
"set": set,
|
||||
}
|
||||
|
||||
# This will overwrite the standard builtins
|
||||
|
Loading…
x
Reference in New Issue
Block a user