
    Ϫf                     >    d Z ddlmZ  G d dej                        Zy)z
I am a simple test resource.
    )staticc                       e Zd ZdZd Zy)TestTc                 F    t         j                  j                  | dd       y )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__)selfs    2/usr/lib/python3/dist-packages/twisted/web/demo.pyr   zTest.__init__   s!     	
    N)__name__
__module____qualname__isLeafr    r   r
   r   r      s    F
r   r   N)__doc__twisted.webr   r   r   r   r   r
   <module>r      s   
 
6;; 
r   