Source code for cdh.core.apps

from django.apps import AppConfig


[docs]class CdhCoreConfig(AppConfig): name = 'cdh.core'