model_list.py 222 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class AtomicModel: Layout = "layout" MFD = "mfd" MFR = "mfr" OCR = "ocr" WirelessTable = "wireless_table" WiredTable = "wired_table" TableCls = "table_cls" ImgOrientationCls = "img_ori_cls"