Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
aos
/
58b9b47fe582f67ba9c892a75247764c022adac4
/
.
/
tests
/
MyGame
/
Example
/
TestEnum.py
blob: d49f10a15d8184c3ecfb331e0a77e447ad2b2d9f [
file
] [
log
] [
blame
]
Austin Schuh
e89fa2d
2019-08-14 20:24:23 -0700
[
diff
] [
blame
]
1
# automatically generated by the FlatBuffers compiler, do not modify
2
3
# namespace: Example
4
5
class
TestEnum
(
object
):
6
A
=
0
7
B
=
1
8
C
=
2
9