Add missing Python files from type cast commit.

Change-Id: I800119d8fe19f4c3e95772aba629ef8b2deb9e4b
This commit is contained in:
Wouter van Oortmerssen
2015-08-12 10:17:10 -07:00
parent 9a1ab5006f
commit e9202d85bd
2 changed files with 24 additions and 0 deletions

View File

@@ -5,4 +5,5 @@
class Any(object):
NONE = 0
Monster = 1
TestSimpleTableWithEnum = 2