10 lines
168 B
Python
10 lines
168 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ObstacleHeightType(object):
|
|
Low = 0
|
|
Middle = 1
|
|
High = 2
|
|
|