Source code for pangea.core.apps

from django.apps import AppConfig


[docs]class CoreConfig(AppConfig): name = 'core'