Files
typeshed/stdlib/2and3/this.pyi
2020-02-27 19:18:54 -08:00

6 lines
51 B
Python

from typing import Dict
s: str
d: Dict[str, str]