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

3 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2026-05-13 02:47 +0000

1from common.config_types import * 

2from common.config_utils import * 

3 

4recycle_config: ObjectType = ObjectType( 

5 displayType="Recycle", 

6 displayName="Recycle", 

7 graphicObject={ 

8 "width": 32, 

9 "height": 32 

10 }, 

11 properties=PropertiesType({}), 

12 propertySetGroups={}, 

13)