Coverage for src / ezqt_app / widgets / custom_grips / __init__.py: 100.00%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-04-06 13:12 +0000

1# /////////////////////////////////////////////////////////////// 

2# WIDGETS.CUSTOM_GRIPS - Custom resize grips package 

3# Project: ezqt_app 

4# /////////////////////////////////////////////////////////////// 

5 

6"""Custom resize grip widgets.""" 

7 

8from __future__ import annotations 

9 

10# /////////////////////////////////////////////////////////////// 

11# IMPORTS 

12# /////////////////////////////////////////////////////////////// 

13# Local imports 

14from ...utils.custom_grips import CustomGrip 

15 

16# /////////////////////////////////////////////////////////////// 

17# PUBLIC API 

18# /////////////////////////////////////////////////////////////// 

19__all__ = ["CustomGrip"]