mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 11:21:19 +08:00
Re-organize directory structure (#4971)
See discussion in #2491 Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
4
stdlib/this.pyi
Normal file
4
stdlib/this.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Dict
|
||||
|
||||
s: str
|
||||
d: Dict[str, str]
|
||||
Reference in New Issue
Block a user