File: //lib/python3/dist-packages/twisted/web/__pycache__/demo.cpython-38.pyc
U
W[* � @ s6 d Z ddlmZmZ ddlmZ G dd� dej�ZdS )z
I am a simple test resource.
� )�absolute_import�division)�staticc @ s e Zd ZdZdd� ZdS )�TestTc C s t j�| dd� 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__ZisLeafr r r r r
r
s r N)�__doc__Z
__future__r r Ztwisted.webr r r r r r r
�<module> s