Coverage for benefits/core/apps.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-19 16:31 +0000
« prev ^ index » next coverage.py v7.6.7, created at 2024-11-19 16:31 +0000
1"""
2The core application: Houses base templates and reusable models and components.
3"""
5from django.apps import AppConfig
8class CoreAppConfig(AppConfig):
9 name = "benefits.core"
10 label = "core"
11 verbose_name = "Core"