summaryrefslogtreecommitdiffstats
path: root/typing-stubs/colored/cprint.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'typing-stubs/colored/cprint.pyi')
-rw-r--r--typing-stubs/colored/cprint.pyi3
1 files changed, 3 insertions, 0 deletions
diff --git a/typing-stubs/colored/cprint.pyi b/typing-stubs/colored/cprint.pyi
new file mode 100644
index 0000000..81b942d
--- /dev/null
+++ b/typing-stubs/colored/cprint.pyi
@@ -0,0 +1,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: ...