You've already forked DataMate
9 lines
143 B
Python
9 lines
143 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
class Fields(object):
|
|
result = 'execute_result'
|
|
instance_id = 'instance_id'
|
|
export_path = 'export_path'
|
|
|
|
|