Source code for kingfisher_scrapy.spiders.norway_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class NorwayDigiwhist(DigiwhistBase): name = 'norway_digiwhist' country_code = 'no'