1# automatically generated by the FlatBuffers compiler, do not modify 2 3# namespace: optional_scalars 4 5class OptionalByte(object): 6 None_ = 0 7 One = 1 8 Two = 2
View as plain text