
    f@                     :    d Z ddlmZmZ ddlmZ  G d de      Zy)zGlobal configuration class.    )ListUnicode)LoggingConfigurablec                   |    e Zd ZdZ eg dd      j                  d      Z edd      j                  d      Zy	)
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     O/var/www/cvtools/html/venv/lib/python3.12/site-packages/nbconvert/utils/base.pyr   r   
   sQ    
 !		
  
cc! $ i 
cc r   r   N)r   	traitletsr   r   traitlets.config.configurabler   r   r   r   r   <module>r      s    !
 $ =' r   