
    3 d)                     2    d Z ddlmZ  G d de          ZdS )z
This module implements the XmlResponse class which adds encoding
discovering through XML encoding declarations to the TextResponse class.

See documentation in docs/topics/request-response.rst
    )TextResponsec                       e Zd ZdS )XmlResponseN)__name__
__module____qualname__     8lib/python3.11/site-packages/scrapy/http/response/xml.pyr   r      s        Dr
   r   N)__doc__scrapy.http.response.textr   r   r	   r
   r   <module>r      sW     3 2 2 2 2 2	 	 	 	 	, 	 	 	 	 	r
   