from __future__ import annotations from ._element import ( HtmlElement as HtmlElement, ) from ._parse import ( fragment_fromstring as fragment_fromstring, )