Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/charset_normalizer/version.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1""" 

2Expose version 

3""" 

4 

5from __future__ import annotations 

6 

7__version__ = "3.4.2" 

8VERSION = __version__.split(".")