Coverage for backend/django/core/auxiliary/apps.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-12-18 04:00 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2025-12-18 04:00 +0000
1from django.apps import AppConfig
4class AuxiliaryConfig(AppConfig):
5 name = 'core.auxiliary'
6 label = 'core_auxiliary'