move takeout location from private package
This commit is contained in:
parent
1271fe5054
commit
89efa11a28
6 changed files with 2 additions and 3 deletions
1
my/location/__init__.py
Symbolic link
1
my/location/__init__.py
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
takeout.py
|
|
@ -16,7 +16,7 @@ from kython import kompress
|
||||||
from cachew import cachew, mtime_hash
|
from cachew import cachew, mtime_hash
|
||||||
|
|
||||||
|
|
||||||
# pipe install geopy
|
# pip3 install geopy
|
||||||
import geopy # type: ignore
|
import geopy # type: ignore
|
||||||
import geopy.distance # type: ignore
|
import geopy.distance # type: ignore
|
||||||
# pip3 install ijson
|
# pip3 install ijson
|
|
@ -1,2 +0,0 @@
|
||||||
geopy
|
|
||||||
ijson
|
|
Loading…
Add table
Reference in a new issue