Source code for kingfisher_scrapy.spiders.netherlands_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class NetherlandsDigiwhist(DigiwhistBase): name = 'netherlands_digiwhist' country_code = 'nl'