Coverage for src / ezqt_widgets / cli / __init__.py: 0.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-31 10:03 +0000

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

2# CLI - Command-Line Interface Module 

3# Project: ezqt_widgets 

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

5 

6""" 

7EzQt Widgets CLI package. 

8 

9Command-line interface for running examples and utilities. 

10""" 

11 

12from __future__ import annotations 

13 

14# /////////////////////////////////////////////////////////////// 

15# PUBLIC API 

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

17 

18__all__: list[str] = []