X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/131deef1eba442d6e05c2ff6c6f7669b4b9e2b24..9afdb32a9385204c13018198a136637ad599df47:/spec.py diff --git a/spec.py b/spec.py index 77a6a12..c4975b5 100644 --- a/spec.py +++ b/spec.py @@ -25,6 +25,8 @@ class Spec: htmlfilter: Callable[[bytes], bytes] domfilter: Callable[[Tag], None] texfilter: Callable[[bytes], bytes] + icon_size: float layout: Layout geometry: str | None texout: IO[bytes] + log: Callable[[str], None]