mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
Add antigravity module (#3555)
This commit is contained in:
committed by
Jelle Zijlstra
parent
703b01dd5e
commit
89602a89b9
5
stdlib/2and3/antigravity.pyi
Normal file
5
stdlib/2and3/antigravity.pyi
Normal file
@@ -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