k4ever/client-barcode/colorama/__init__.py

7 lines
138 B
Python
Raw Normal View History

2011-10-10 04:49:20 +02:00
from .initialise import init, deinit, reinit
from .ansi import Fore, Back, Style
from .ansitowin32 import AnsiToWin32
VERSION = '0.2.4'