Coverage for pycommons / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-02-02 06:36 +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__