summaryrefslogtreecommitdiffstats
path: root/typing-stubs/colored/cprint.pyi
blob: 81b942daf18f37b57931c0b70294345e2cf39097 (plain)
1
2
3
from .colored import Colored as Colored

def cprint(text: str, fore_256: int | str = '', back_256: int | str = '', fore_rgb: tuple = (255, 255, 255), back_rgb: tuple = (0, 0, 0), formatting: int | str = '', line_color: int | str = '', reset: bool = True, **kwargs) -> None: ...