HPI/my/location/via_ip.py
2023-02-21 02:09:15 -08:00

7 lines
216 B
Python

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