2021-02-11 20:38:39 +01:00

6 lines
96 B
Python

from django.apps import AppConfig
class HealthViewConfig(AppConfig):
name = 'health_view'