10 lines
167 B
Python
10 lines
167 B
Python
|
# automatically generated by the FlatBuffers compiler, do not modify
|
||
|
|
||
|
# namespace: graph
|
||
|
|
||
|
class ExecutionMode(object):
|
||
|
SEQUENTIAL = 0
|
||
|
STRICT = 1
|
||
|
AUTO = 2
|
||
|
|