Source code for kingfisher_scrapy.spiders.finland_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class FinlandDigiwhist(DigiwhistBase): name = 'finland_digiwhist' country_code = 'fi'