Coverage for backend/flowsheetInternals/unitops/apps.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-11-06 23:27 +0000

1from django.apps import AppConfig 

2 

3 

4class UnitopsConfig(AppConfig): 

5 name = 'flowsheetInternals.unitops' 

6 label = 'flowsheetInternals_unitops'