U
    [ªSh8  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )ze
A do-nothing Writer.

`self.output` will change from ``None`` to the empty string
in Docutils 0.22.
é    ©Úwritersc                   @   s    e Zd ZdZdZdZdd„ ZdS )ÚWriter)Únullznull writerr   c                 C   s   d S )N© )Úselfr   r   úH/root/rtd-docs/venv/lib/python3.8/site-packages/docutils/writers/null.pyÚ	translate   s    zWriter.translateN)Ú__name__Ú
__module__Ú__qualname__Ú	supportedZconfig_sectionZconfig_section_dependenciesr	   r   r   r   r   r      s   r   N)Ú__doc__Zdocutilsr   ZUnfilteredWriterr   r   r   r   r   Ú<module>   s   