Archived
1
0
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Fourmi/Scrapy/items.py
2014-03-08 21:40:09 +01:00

12 lines
267 B
Python

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