Coverage for src / ezqt_widgets / utils / __init__.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-04-01 22:46 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-04-01 22:46 +0000
1# ///////////////////////////////////////////////////////////////
2# UTILS - Utilities Package
3# Project: ezqt_widgets
4# ///////////////////////////////////////////////////////////////
6"""
7Utilities package.
8"""
10from __future__ import annotations
12# ///////////////////////////////////////////////////////////////
13# PUBLIC API
14# ///////////////////////////////////////////////////////////////
16__all__: list[str] = []