
    f                     *    d Z ddlmZ  G d de      Zy)z$Export to PNG via a headless browser   )
QtExporterc                       e Zd ZdZdZdZy)QtPNGExporterzWriter 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     T/var/www/cvtools/html/venv/lib/python3.12/site-packages/nbconvert/exporters/qtpng.pyr   r   	   s     *Fr   r   N)r
   qt_exporterr   r   r   r   r   <module>r      s    *
 $J r   