summaryrefslogtreecommitdiffstats
path: root/test/stubs/colorama.pyi
blob: cd5a50a7d9402f0cda580748c65f1a55e8b4c615 (plain)
1
2
3
4
from typing import Optional

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