o
    È·eÙ   ã                   @   s   d Z G dd„ deƒZdS )zImplementation of RawJSON
c                   @   s   e Zd ZdZdd„ ZdS )ÚRawJSONzFWrap an encoded JSON document for direct embedding in the output

    c                 C   s
   || _ d S )N)Úencoded_json)Úselfr   © r   úJ/var/www/ideatree/venv/lib/python3.10/site-packages/simplejson/raw_json.pyÚ__init__   s   
zRawJSON.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s    r   N)r
   Úobjectr   r   r   r   r   Ú<module>   s    