Coverage for lintro / cli_utils / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-04-03 18:53 +0000

1"""CLI utilities package for lintro. 

2 

3This package contains command implementations and utilities for the lintro CLI. 

4""" 

5 

6# Note: Not importing cli and main here to avoid circular imports 

7# They can be imported directly from lintro.cli where needed