scrapy/scrapy/http/response/html.py

6 lines
106 B
Python

from scrapy.http.response.text import TextResponse
class HtmlResponse(TextResponse):
__slots__ = ()