1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-07-02 12:02:49 -05:00
Files
ssh-audit/test/stubs/colorama.pyi
2017-01-23 19:34:06 +02:00

7 lines
204 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from typing import Optional
def init(autoreset: bool = False, convert: Optional[bool] = None, strip: Optional[bool] = None, wrap: bool = True) -> None: ...