Coverage for pycommons / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-17 00:00 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-17 00:00 +0000
1"""*pycommons* is a package with utility functionality for Python projects."""
2from typing import Final
4import pycommons.version
6#: the version of this package
7__version__: Final[str] = pycommons.version.__version__