Source code for kingfisher_scrapy.spiders.united_kingdom_digiwhist
from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase
[docs]
class UnitedKingdomDigiwhist(GovernmentTransparencyInstituteBase):
name = "united_kingdom_digiwhist"
# GovernmentTransparencyInstituteBase
country_code = "uk"