blob: 4c366dcacb4ded91cc2473b923dfe994b37c7f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
import libraries
from libraries import *
config = [
{
"alias": "main library",
"class": aspen.Library,
"username": "1000049274222",
"password": "1234",
"baseurl": "https://aspen.example.org",
},
{
"alias": "other library",
"class": polaris.Library,
"username": "1000049274384",
"password": "4321",
"baseurl": "https://catalog.example.org/polaris",
}
]
|