1
0
Fork 0
forked from anton/matekasse
matekasse/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py

8 lines
266 B
Python
Raw Normal View History

2023-07-28 21:30:45 +00:00
# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console
from .ansi import Fore, Back, Style, Cursor
from .ansitowin32 import AnsiToWin32
__version__ = '0.4.6'