o
    ¯b  ã                   @   s&   d Z ddlmZ G dd„ dejƒZdS )z
I am a simple test resource.
é    )Ústaticc                   @   s   e Zd ZdZdd„ ZdS )ÚTestTc                 C   s   t j | dd¡ d S )NsÇ   
            <html>
            <head><title>Twisted Web Demo</title><head>
            <body>
            Hello! This is a Twisted Web test page.
            </body>
            </html>
            z	text/html)r   ÚDataÚ__init__)Úself© r   ú2/usr/lib/python3/dist-packages/twisted/web/demo.pyr      s
   özTest.__init__N)Ú__name__Ú
__module__Ú__qualname__ÚisLeafr   r   r   r   r   r      s    r   N)Ú__doc__Útwisted.webr   r   r   r   r   r   r   Ú<module>   s   