mirror of https://github.com/jtesta/ssh-audit.git
5 lines
158 B
Python
5 lines
158 B
Python
|
from typing import Optional
|
||
|
|
||
|
def init(autoreset: bool = False, convert: Optional[bool] = None, strip: Optional[bool] = None, wrap: bool = True) -> None: ...
|
||
|
|