online_resume / IPython /utils /coloransi.py
Invincible14's picture
Upload 449 files
6f72e2b verified
# Deprecated/should be removed, but we break older version of ipyparallel
# https://github.com/ipython/ipyparallel/pull/924
# minimal subset of TermColors, removed from IPython
# not for public consumption, beyond ipyparallel.
class TermColors:
Normal = "\033[0m"
Red = "\033[0;31m"