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
« 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# ///////////////////////////////////////////////////////////////
6"""
7EzQt Widgets CLI package.
9Command-line interface for running examples and utilities.
10"""
12from __future__ import annotations
14# ///////////////////////////////////////////////////////////////
15# PUBLIC API
16# ///////////////////////////////////////////////////////////////
18__all__: list[str] = []