mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 02:04:39 +08:00
Add antigravity module (#3555)
This commit is contained in:
committed by
Jelle Zijlstra
parent
703b01dd5e
commit
89602a89b9
@@ -0,0 +1,5 @@
|
||||
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3, 0):
|
||||
def geohash(latitude: float, longitude: float, datedow: bytes) -> None: ...
|
||||
Reference in New Issue
Block a user