§
    ¾<ih  ã                  óL   — d Z ddlmZ dZddlmZ  G d„ dej        ¦  «        ZdS )za
A do-nothing Writer.

`self.output` changed from ``None`` to the empty string
in Docutils 0.22.
é    )ÚannotationsÚreStructuredText©Úwritersc                  ó$   — e Zd ZdZ	 dZdZdd„ZdS )	ÚWriter)Únullznull writerr   ÚreturnÚNonec                ó   — d| _         d S )NÚ )Úoutput)Úselfs    ú/Users/kimhansen/Desktop/03 Workspace/ceo-agents/chl-effectiveness/mcp-servers/whoop/.venv/lib/python3.11/site-packages/docutils/writers/null.pyÚ	translatezWriter.translate   s   € ØˆŒˆˆó    N)r
   r   )Ú__name__Ú
__module__Ú__qualname__Ú	supportedÚconfig_sectionÚconfig_section_dependenciesr   © r   r   r   r      s;   € € € € € à€IØ'à"€NØ".Ððð ð ð ð ð r   r   N)Ú__doc__Ú
__future__r   Ú__docformat__Údocutilsr   ÚUnfilteredWriterr   r   r   r   ú<module>r      sq   ðð
ð ð #Ð "Ð "Ð "Ð "Ð "à"€à Ð Ð Ð Ð Ð ð	ð 	ð 	ð 	ð 	ˆWÔ%ñ 	ô 	ð 	ð 	ð 	r   