Coverage for backend/django/flowsheetInternals/unitops/config/objects/group_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 

4group_config: ObjectType = ObjectType( 

5 displayType="Group", 

6 displayName="Module", 

7 ports={}, 

8 graphicObject=unitop_graphic(), 

9 properties=PropertiesType({}), 

10 propertySetGroups={}, 

11)