o
    º¼tf£  ã                   @   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.
    Zfile_extensionc                 C   ó   dS )Nz.py© ©Úselfr   r   úc/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/nbconvert/exporters/python.pyÚ_file_extension_default   ó   z&PythonExporter._file_extension_defaultZ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   Zoutput_mimetyper   r   r   r
   r      s    

r   N)r   Z	traitletsr   Ztemplateexporterr   r   r   r   r   r
   Ú<module>   s    