B
    KZ                  @   s    d dl mZ G dd deZdS )    )
WriterBasec               @   s   e Zd ZdddZdS )HelloWriterNc          	   K   s$   t dd}|d W d Q R X d S )Nz	hello.txtwzhello world)openwrite)selfoutputZ	resourcesZnotebook_namekwZoutfile r
   :lib/python3.7/site-packages/nbconvert/tests/files/hello.pyr      s    zHelloWriter.write)N)__name__
__module____qualname__r   r
   r
   r
   r   r      s   r   N)Znbconvert.writers.baser   r   r
   r
   r
   r   <module>   s   