1# automatically generated by the FlatBuffers compiler, do not modify 2 3# namespace: Example 4 5class LongEnum(object): 6 LongOne = 2 7 LongTwo = 4 8 LongBig = 1099511627776
View as plain text