blob: ac749d52ceb7268191384d6219331e093315adcf [file] [log] [blame]
suibin zhangd0f09b32016-03-29 00:57:57 -07001class FlowBatch():
2
3 batchSize = 0
4 batchJson = {}
5
6 def createBatchJson(main, batchSize):