Source code for kingfisher_scrapy.spiders.malta_digiwhist

from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase


[docs] class MaltaDigiwhist(GovernmentTransparencyInstituteBase): name = "malta_digiwhist" # GovernmentTransparencyInstituteBase country_code = "mt"