
    kh                     $    d Z ddlmZ ed        Zy)zDrawing stack context manager.    )contextmanagerc              #      K   | j                          	 d | j                          y# | j                          w xY ww)zDSave and restore stream context when used with the ``with`` keyword.N)
push_state	pop_state)streams    Q/var/www/teggl/fontify/venv/lib/python3.12/site-packages/weasyprint/draw/stack.pystackedr	      s4      s   >) >;>N)__doc__
contextlibr   r	        r   <module>r      s    $ %  r   