summaryrefslogtreecommitdiff
path: root/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py
blob: cb8218f0d02dac98feb38777bfa9e2f48c578a7d (plain)
1
2
3
4
5
6
7
8
9
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: NamespaceB

class EnumInNestedNS(object):
    A = 0
    B = 1
    C = 2