Source code for pangea.contrib.covid19.apps

from django.apps import AppConfig


[docs]class CovidConfig(AppConfig): name = 'covid'