HubobelsPython/venv/lib/python3.9/site-packages/scrapy/templates/project/module/items.py.tmpl
2022-01-02 21:50:48 +01:00

12 lines
270 B
Cheetah

# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class ${ProjectName}Item(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass