Source code for kingfisher_scrapy.spiders.estonia_digiwhist

from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase


[docs] class EstoniaDigiwhist(GovernmentTransparencyInstituteBase): name = "estonia_digiwhist" # GovernmentTransparencyInstituteBase country_code = "ee"