Source code for kingfisher_scrapy.spiders.norway_digiwhist
from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase
[docs]
class NorwayDigiwhist(GovernmentTransparencyInstituteBase):
name = "norway_digiwhist"
# GovernmentTransparencyInstituteBase
country_code = "no"