X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/81557fabadd506e31a6a9a787bcebe92b0883ad2..c594c8bf593ab97e863827b7a22f2148bcb174b6:/spec.py?ds=inline diff --git a/spec.py b/spec.py index 77a6a12..2eccbb5 100644 --- a/spec.py +++ b/spec.py @@ -28,3 +28,4 @@ class Spec: layout: Layout geometry: str | None texout: IO[bytes] + log: Callable[[str], None]