o
    N i8  ã                   @   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   úI/home/ubuntu/.local/lib/python3.10/site-packages/docutils/writers/null.pyÚ	translate   s   zWriter.translateN)Ú__name__Ú
__module__Ú__qualname__Ú	supportedÚconfig_sectionÚconfig_section_dependenciesr	   r   r   r   r   r      s    r   N)Ú__doc__Údocutilsr   ÚUnfilteredWriterr   r   r   r   r   Ú<module>   s   