2024-02-11 23:53:51 +00:00

9 lines
145 B
Python

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