creation of geolocip2 backend which uses www.geolocip.com website
This commit is contained in:
parent
d45149f5a9
commit
1e51145ef5
3 changed files with 95 additions and 0 deletions
3
weboob/backends/geolocip2/__init__.py
Normal file
3
weboob/backends/geolocip2/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .backend import GeolocIp2Backend
|
||||
|
||||
__all__ = ['GeolocIp2Backend']
|
||||
Loading…
Add table
Add a link
Reference in a new issue