xref: /aosp_15_r20/external/flatbuffers/tests/MyGame/Example/LongEnum.py (revision 890232f25432b36107d06881e0a25aaa6b473652)
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
9