Coverage for moptipyapps / version.py: 100%

2 statements  

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

1"""An internal file with the version of the `moptipyapps` package.""" 

2from typing import Final 

3 

4__version__: Final[str] = "0.8.77"