support repositories to manage backends (closes #747)
This commit is contained in:
parent
ef16a5b726
commit
14a7a1d362
410 changed files with 1079 additions and 297 deletions
3
modules/ipinfodb/__init__.py
Normal file
3
modules/ipinfodb/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .backend import IpinfodbBackend
|
||||
|
||||
__all__ = ['IpinfodbBackend']
|
||||
Loading…
Add table
Add a link
Reference in a new issue