Add support for Windows

This commit is contained in:
Jason Pierrepont
2017-10-04 22:19:48 -04:00
parent a0aa467f55
commit 05c8a47c4c
+1
View File
@@ -22,6 +22,7 @@ __all__ = (
'clean', 'disable'
)
colorama.init()
COLORS = __all__[:-2]
if 'get_ipython' in dir():