10 lines
125 B
Python
10 lines
125 B
Python
|
# automatically generated, do not modify
|
||
|
|
||
|
# namespace: Example
|
||
|
|
||
|
class Color(object):
|
||
|
Red = 1
|
||
|
Green = 2
|
||
|
Blue = 8
|
||
|
|