Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

__init__.py 206B

12345678
  1. from .pdf_parser import HuParser as PdfParser
  2. from .docx_parser import HuDocxParser as DocxParser
  3. from .excel_parser import HuExcelParser as ExcelParser
  4. from .ppt_parser import HuPptParser as PptParser