HPI/my/location/via_ip.py
2024-10-19 23:41:22 +01:00

7 lines
216 B
Python

REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
from my.core.warnings import high
from .fallback.via_ip import *
high("my.location.via_ip is deprecated, use my.location.fallback.via_ip instead")