Source code for kingfisher_scrapy.spiders.denmark_digiwhist

from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase


[docs] class DenmarkDigiwhist(GovernmentTransparencyInstituteBase): name = "denmark_digiwhist" # GovernmentTransparencyInstituteBase country_code = "dk"