o
    i@                     @   s4   d Z ddlmZmZ ddlmZ G dd deZdS )zGlobal configuration class.    )ListUnicode)LoggingConfigurablec                   @   s<   e Zd ZdZeg dddjddZedddjddZd	S )
NbConvertBasez~Global configurable class for shared config

    Useful for display data priority that might be used by many transformers
    )z	text/htmlzapplication/pdfz
text/latexzimage/svg+xmlz	image/pngz
image/jpegztext/markdownz
text/plainz
            An ordered list of preferred output type, the first
            encountered will usually be used when converting discarding
            the others.
            )helpT)configipythonzZDeprecated default highlight language as of 5.0, please use language_info metadata insteadN)	__name__
__module____qualname____doc__r   tagdisplay_data_priorityr   default_language r   r   O/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/nbconvert/utils/base.pyr   
   s    

r   N)r   	traitletsr   r   traitlets.config.configurabler   r   r   r   r   r   <module>   s    