Source code for kingfisher_scrapy.spiders.poland_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class PolandDigiwhist(DigiwhistBase): name = 'poland_digiwhist' country_code = 'pl'