Salome HOME
spns #40790: on Debian distributions, use dpkg-query instead of apt to check system...
[tools/sat.git] / src / colorama / __init__.py
1 # Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
2 from .initialise import init, deinit, reinit, colorama_text
3 from .ansi import Fore, Back, Style, Cursor
4 from .ansitowin32 import AnsiToWin32
5
6 __version__ = '0.3.7'
7