Files
mautrix-telegram/mautrix_telegram/formatter/from_matrix/html_reader.py
T

5 lines
139 B
Python

try:
from .html_reader_lxml import HTMLNode, read_html
except ImportError:
from .html_reader_htmlparser import HTMLNode, read_html