mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 09:33:25 +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/antigravity.pyi
Normal file
4
stdlib/antigravity.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
def geohash(latitude: float, longitude: float, datedow: bytes) -> None: ...
|
||||
Reference in New Issue
Block a user