Add this module (#3784)

This commit is contained in:
Rune Tynan
2020-02-27 22:18:54 -05:00
committed by GitHub
parent ca1ca0c14f
commit 070a4da85d

5
stdlib/2and3/this.pyi Normal file
View File

@@ -0,0 +1,5 @@
from typing import Dict
s: str
d: Dict[str, str]