mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 18:27:46 +00:00
9 lines
153 B
Python
9 lines
153 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: Example
|
|
|
|
class Color(object):
|
|
Red = 1
|
|
Green = 2
|
|
Blue = 8
|
|
|