7 lines
232 B
Python
Executable File
7 lines
232 B
Python
Executable File
from .identifier import IdentifierTool
|
|
from .prompt import HtmlPrompt
|
|
from .html_parser import HtmlParser
|
|
|
|
from .utils import print_html_object
|
|
from .configs import basic_attrs, mind2web_keep_attrs
|
|
from .fetch import get_parsed_html |