7 lines
246 B
Python
7 lines
246 B
Python
from my.core.warnings import high
|
|
|
|
from .fallback.via_home import *
|
|
|
|
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"
|
|
)
|