Source code for kingfisher_scrapy.spiders.france_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class FranceDigiwhist(DigiwhistBase): name = 'france_digiwhist' country_code = 'fr'