
    Mh                     2    d Z ddlmZ  G d de          ZdS )z$Export to PNG via a headless browser   )
QtExporterc                       e Zd ZdZdZdZdS )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     Y/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/nbconvert/exporters/qtpng.pyr   r   	   s%          *FFFr   r   N)r
   qt_exporterr   r   r   r   r   <module>r      sS    * *
 $ # # # # #    J     r   