Home | History | Annotate | Download | only in Example
      1 # automatically generated by the FlatBuffers compiler, do not modify
      2 
      3 # namespace: Example
      4 
      5 class Color(object):
      6     Red = 1
      7     Green = 2
      8     Blue = 8
      9 
     10