1# automatically generated by the FlatBuffers compiler, do not modify 2 3# namespace: Example 4 5class Race(object): 6 None_ = -1 7 Human = 0 8 Dwarf = 1 9 Elf = 2 10 11