Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/termcolor/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1"""ANSI color formatting for output in terminal."""
2from __future__ import annotations
4from termcolor.termcolor import ATTRIBUTES, COLORS, HIGHLIGHTS, RESET, colored, cprint
6__all__ = [
7 "ATTRIBUTES",
8 "COLORS",
9 "HIGHLIGHTS",
10 "RESET",
11 "colored",
12 "cprint",
13]