Duplicated from Fucius/OMG
df6c67d
1
2
3
4
5
6
7
from enum import Enum class StepExecutionMode(Enum): LOCAL = "local" REMOTE = "remote"