mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
10 lines
153 B
Python
10 lines
153 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: Example
|
|
|
|
class Color(object):
|
|
Red = 1
|
|
Green = 2
|
|
Blue = 8
|
|
|