10 lines
222 B
Python
10 lines
222 B
Python
|
|
class AtomicModel:
|
||
|
|
Layout = "layout"
|
||
|
|
MFD = "mfd"
|
||
|
|
MFR = "mfr"
|
||
|
|
OCR = "ocr"
|
||
|
|
WirelessTable = "wireless_table"
|
||
|
|
WiredTable = "wired_table"
|
||
|
|
TableCls = "table_cls"
|
||
|
|
ImgOrientationCls = "img_ori_cls"
|