mirror of
https://github.com/quantum5/peeringdb-mirror.git
synced 2025-04-24 10:11:58 -04:00
6 lines
101 B
Python
6 lines
101 B
Python
|
from django_peeringdb.client_adaptor import backend
|
||
|
|
||
|
|
||
|
def load_backend(**kwargs):
|
||
|
return backend
|