HPI/my/location/home.py
2023-01-27 10:54:45 -08:00

7 lines
246 B
Python

from .fallback.via_home import *
from my.core.warnings import high
high(
"my.location.home is deprecated, use my.location.fallback.via_home instead, or estimate locations using the higher-level my.location.fallback.all.estimate_location"
)