o
    ¹i£  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )zPython script Exporter classé    )Údefaulté   )ÚTemplateExporterc                   @   s4   e Zd ZdZedƒdd„ ƒZedƒdd„ ƒZdZd	S )
ÚPythonExporterz¶
    Exports a Python code file.
    Note that the file produced will have a shebang of '#!/usr/bin/env python'
    regardless of the actual python version used in the notebook.
    Úfile_extensionc                 C   ó   dS )Nz.py© ©Úselfr   r   úU/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/nbconvert/exporters/python.pyÚ_file_extension_default   ó   z&PythonExporter._file_extension_defaultÚtemplate_namec                 C   r   )NÚpythonr   r	   r   r   r   Ú_template_name_default   r   z%PythonExporter._template_name_defaultztext/x-pythonN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   Úoutput_mimetyper   r   r   r   r      s    

r   N)r   Ú	traitletsr   Útemplateexporterr   r   r   r   r   r   Ú<module>   s    