Source code for kingfisher_scrapy.spiders.belgium_digiwhist
from kingfisher_scrapy.spiders.government_transparency_institute_base import GovernmentTransparencyInstituteBase
[docs]
class BelgiumDigiwhist(GovernmentTransparencyInstituteBase):
name = "belgium_digiwhist"
# GovernmentTransparencyInstituteBase
country_code = "be"