Coverage for pycommons / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2025-12-11 03:04 +0000

1"""*pycommons* is a package with utility functionality for Python projects.""" 

2from typing import Final 

3 

4import pycommons.version 

5 

6#: the version of this package 

7__version__: Final[str] = pycommons.version.__version__