golden hour
/usr/lib/python3.6/site-packages/pip/_vendor/colorama
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
240 B
Del
OK
__pycache__
-
Del
OK
ansi.py
2.46 KB
Del
OK
ansitowin32.py
9.44 KB
Del
OK
initialise.py
1.87 KB
Del
OK
win32.py
5.24 KB
Del
OK
winterm.py
6.14 KB
Del
OK
Edit: __init__.py
# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. from .initialise import init, deinit, reinit, colorama_text from .ansi import Fore, Back, Style, Cursor from .ansitowin32 import AnsiToWin32 __version__ = '0.3.7'
Save