B
    6d@                 @   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            	   @   sH   e Zd ZdZedddddddd	g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   tagZdisplay_data_priorityr   Zdefault_language r   r   a/work/yifan.wang/ringdown/master-ringdown-env/lib/python3.7/site-packages/nbconvert/utils/base.pyr   
   s    r   N)r   Z	traitletsr   r   Ztraitlets.config.configurabler   r   r   r   r   r   <module>   s   