10 lines
188 B
Python
10 lines
188 B
Python
|
# automatically generated by the FlatBuffers compiler, do not modify
|
||
|
|
||
|
# namespace: graph
|
||
|
|
||
|
class Direction(object):
|
||
|
FORWARD_ONLY = 0
|
||
|
FORWARD_AND_BACKWARD = 1
|
||
|
BACKWARD_ONLY = 2
|
||
|
|