Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • 54b489da210ac3a495aed4987b3b7e117dd4c683
  • master default protected
2 results

items.py

Blame
  • user avatar
    Gallenkamp authored
    54b489da
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    items.py 286 B
    # -*- coding: utf-8 -*-
    
    # Define here the models for your scraped items
    #
    # See documentation in:
    # https://docs.scrapy.org/en/latest/topics/items.html
    
    import scrapy
    
    
    class RegpkItem(scrapy.Item):
        # define the fields for your item here like:
        # name = scrapy.Field()
        pass