File size: 143 Bytes
6c945f2
 
 
 
 
 
 
1
2
3
4
5
6
7
# -*-coding:utf-8 -*-
from .html_parser import *
from .pdf_parser import *
ParserFactory = {
    'html': HTMLParser(),
    'pdf': PDFParser()
}