mirror of
https://github.com/quantum5/peeringdb-mirror.git
synced 2025-04-24 02:11:56 -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
|