Source code for kingfisher_scrapy.spiders.portugal_digiwhist
from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase
[docs]
class PortugalDigiwhist(GovernmentTransparencyInstituteBase):
name = "portugal_digiwhist"
# GovernmentTransparencyInstituteBase
country_code = "pt"