1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-01-09 22:35:27 +01:00
ssh-audit/test/stubs/colorama.pyi

5 lines
158 B
Python
Raw Normal View History

from typing import Optional
def init(autoreset: bool = False, convert: Optional[bool] = None, strip: Optional[bool] = None, wrap: bool = True) -> None: ...