# -*-coding:utf-8 -*- from .html_parser import * from .pdf_parser import * ParserFactory = { 'html': HTMLParser(), 'pdf': PDFParser() }