Source code for kingfisher_scrapy.spiders.greece_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class GreeceDigiwhist(DigiwhistBase): name = 'greece_digiwhist' country_code = 'gr'