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 153B

123
  1. from .pdf_parser import HuParser as PdfParser
  2. from .docx_parser import HuDocxParser as DocxParser
  3. from .excel_parser import HuExcelParser as ExcelParser