o
    ¹iß  ã                   @   s$   d Z ddlmZ G dd„ deƒZdS )z$Export to PNG via a headless browseré   )Ú
QtExporterc                   @   s   e Zd ZdZdZdZdS )ÚQtPNGExporterz½Writer designed to write to PNG files.

    This inherits from :class:`HTMLExporter`. It creates the HTML using the
    template machinery, and then uses pyqtwebengine to create a png.
    zPNG via HTMLÚpngN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úexport_from_notebookÚformat© r   r   úT/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/nbconvert/exporters/qtpng.pyr   	   s    r   N)r   Úqt_exporterr   r   r   r   r   r   Ú<module>   s    