model_list.py 109 B

123456
  1. class AtomicModel:
  2. Layout = "layout"
  3. MFD = "mfd"
  4. MFR = "mfr"
  5. OCR = "ocr"
  6. Table = "table"