o
    vh                     @   s    d Z ddlmZ edd ZdS )zDrawing stack context manager.    )contextmanagerc                 c   s*    |    z
dV  W |   dS |   w )zDSave and restore stream context when used with the ``with`` keyword.N)
push_state	pop_state)stream r   S/var/www/html/hyperkenya/venv/lib/python3.10/site-packages/weasyprint/draw/stack.pystacked   s
   r   N)__doc__
contextlibr   r   r   r   r   r   <module>   s    