#!/usr/bin/python3



exec(open("/var/www/html/covid-portal/scripts/assembled/assembled.py").read())
exec(open("/var/www/html/covid-portal/scripts/raw/raw.py").read())
exec(open("/var/www/html/covid-portal/scripts/wastewater/wastewater.py").read())
exec(open("/var/www/html/covid-portal/scripts/publications/publications.py").read())