Coverage for benefits / core / apps.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-22 19:08 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-22 19:08 +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"