You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 239B

123456
  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. __version__ = '0.4.1'