11 lines
184 B
Python
11 lines
184 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ProductionStep(object):
|
|
ToDo = 0
|
|
Doing = 1
|
|
Complete = 2
|
|
Release = 3
|
|
|