Source code for kingfisher_scrapy.spiders.switzerland_digiwhist

from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase


[docs] class SwitzerlandDigiwhist(GovernmentTransparencyInstituteBase): name = "switzerland_digiwhist" # GovernmentTransparencyInstituteBase country_code = "ch"