gfonts/ger_gfonts/ger_gfonts/items.py

13 lines
265 B
Python
Raw Normal View History

2022-02-02 17:23:41 +01:00
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class GerGfontsItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass