summaryrefslogtreecommitdiffstats
path: root/test/stubs/colorama.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'test/stubs/colorama.pyi')
-rw-r--r--test/stubs/colorama.pyi4
1 files changed, 4 insertions, 0 deletions
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: ...
+