Source code for kingfisher_scrapy.spiders.germany_digiwhist

from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase


[docs] class GermanyDigiwhist(GovernmentTransparencyInstituteBase): name = "germany_digiwhist" # GovernmentTransparencyInstituteBase country_code = "de"