# -*- encoding: utf-8 -*- from django.apps import AppConfig class HealthConfig(AppConfig): name = 'apps.health' label = 'apps_health'