From 271164583de5842c9093ef4e2866196b24dc6109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:42:34 +0200 Subject: Adding upstream version 2.5.0. Signed-off-by: Daniel Baumann --- test/stubs/colorama.pyi | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/stubs/colorama.pyi (limited to 'test/stubs') diff --git a/test/stubs/colorama.pyi b/test/stubs/colorama.pyi new file mode 100644 index 0000000..cd5a50a --- /dev/null +++ b/test/stubs/colorama.pyi @@ -0,0 +1,4 @@ +from typing import Optional + +def init(autoreset: bool = False, convert: Optional[bool] = None, strip: Optional[bool] = None, wrap: bool = True) -> None: ... + -- cgit v1.2.3