Coverage for gws-app / gws / lib / style / __init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-03 10:12 +0100

1from .core import ( 

2 Config, Object, Props, 

3 from_dict, 

4 from_props, 

5 from_config 

6) 

7from . import icon, parser