diff --git a/my/location/via_ip.py b/my/location/fallback/via_ip.py similarity index 100% rename from my/location/via_ip.py rename to my/location/fallback/via_ip.py diff --git a/my/location/home.py b/my/location/home.py new file mode 100644 index 0000000..f6e6978 --- /dev/null +++ b/my/location/home.py @@ -0,0 +1,7 @@ +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" +)