Coverage for /usr/lib/python3/dist-packages/colorama/__init__.py: 100%
4 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-14 15:55 +0200
1# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
2from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console
3from .ansi import Fore, Back, Style, Cursor
4from .ansitowin32 import AnsiToWin32
6__version__ = '0.4.6'