Source code for cowidev.grapher.db.procs.vax_manufacturer
"""Update gapher database.Update vaccination by manufacturer data."""fromcowidev.grapher.db.baseimportGrapherBaseUpdater
[docs]classGrapherVaxManufacturerUpdater(GrapherBaseUpdater):def__init__(self)->None:super().__init__(dataset_name="COVID-19 - Vaccinations by manufacturer",source_name="Official data collated by Our World in Data",zero_day="2021-01-01",)