HPI/my/location/via_ip.py
2024-10-30 20:12:00 +00:00

7 lines
207 B
Python

REQUIRES = ["git+https://github.com/purarue/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")