Source code for kingfisher_scrapy.spiders.belgium_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class BelgiumDigiwhist(DigiwhistBase): name = 'belgium_digiwhist' country_code = 'be'