9 lines
138 B
Python
9 lines
138 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: graph
|
|
|
|
class ByteOrder(object):
|
|
LE = 0
|
|
BE = 1
|
|
|