File size: 117 Bytes
9c6594c
 
 
 
 
 
1
2
3
4
5
6
7
from typing import Iterator

alphabet: str

def braceexpand(pattern: str, escape: bool = ...) -> Iterator[str]: ...