Source code for kingfisher_scrapy.spiders.italy_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class ItalyDigiwhist(DigiwhistBase): name = 'italy_digiwhist' country_code = 'it'