Coverage for backend/flowsheetInternals/unitops/config/objects/recycle_config.py: 100%

3 statements  

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

1from common.config_types import * 

2from common.config_utils import * 

3 

4recycle_config: ObjectType = ObjectType.model_validate({ 

5 "displayType": "Recycle", 

6 "displayName": "Recycle", 

7 "graphicObject": { 

8 "width": 32, 

9 "height": 32 

10 }, 

11 "properties": {}, 

12 "propertySetGroups": {}, 

13})