Source code for kingfisher_scrapy.spiders.sweden_digiwhist

from kingfisher_scrapy.spiders.digiwhist_base import DigiwhistBase


[docs] class SwedenDigiwhist(DigiwhistBase): name = 'sweden_digiwhist' start_urls = ['https://opentender.eu/data/files/SE_ocds_data.json.tar.gz']