Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/colorama/__init__.py: 100%
4 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:35 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:35 +0000
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'