mirror of
https://github.com/kennethreitz/crayons.git
synced 2026-06-05 23:10:18 +00:00
Add support for Windows
This commit is contained in:
@@ -22,6 +22,7 @@ __all__ = (
|
||||
'clean', 'disable'
|
||||
)
|
||||
|
||||
colorama.init()
|
||||
COLORS = __all__[:-2]
|
||||
|
||||
if 'get_ipython' in dir():
|
||||
|
||||
Reference in New Issue
Block a user