from fetch import Fetcher
from glowfic import Layout
from images import ImageStore
+from texify import Texifier
# pylint: disable=too-many-instance-attributes
images: ImageStore
htmlfilter: Callable[[bytes], bytes]
domfilter: Callable[[Tag], None]
+ texifier: Texifier
texfilter: Callable[[bytes], bytes]
icon_size: float
layout: Layout