tutorial-pybr2023-raspando-.../code/monitoring/monitoring/items.py
2023-10-23 19:57:49 -03:00

12 lines
266 B
Python

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