generated from erangel1/generic-template
7 lines
126 B
Python
7 lines
126 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class HealthConfig(AppConfig):
|
|
name = "apps.health"
|
|
verbose_name = "Health Check"
|