6 lines
197 B
Python
6 lines
197 B
Python
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 |