B
    KZ'                 @   s<   d Z ddlmZ ddlmZ ddlmZ G dd deZdS )zGlobal configuration class.    )List)LoggingConfigurable)Unicodec            	       sX   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 fddZ	  Z
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)ZconfigZipythonzZDeprecated default highlight language as of 5.0, please use language_info metadata insteadc                s   t t| jf | d S )N)superr   __init__)selfkw)	__class__ 3lib/python3.7/site-packages/nbconvert/utils/base.pyr      s    zNbConvertBase.__init__)__name__
__module____qualname____doc__r   tagZdisplay_data_priorityr   Zdefault_languager   __classcell__r   r   )r   r   r   
   s   r   N)r   Z	traitletsr   Ztraitlets.config.configurabler   r   r   r   r   r   r   <module>   s   