Source code for kingfisher_scrapy.spiders.ireland_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class IrelandDigiwhist(DigiwhistBase): name = 'ireland_digiwhist' country_code = 'ie'