-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmocks.py
49 lines (49 loc) · 893 Bytes
/
mocks.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
DATA = {
"team": [
{
"name": "<@USTL9RNMS|Nasser>",
"dotwCount": 1,
"backupCount": 1
},
{
"name": "<@U020GN7L22D|Colby>",
"dotwCount": 1,
"backupCount": 1
},
{
"name": "<@U01N0JTCMJN|Karan>",
"dotwCount": 1,
"backupCount": 0
},
{
"name": "<@U017D7YK0BG|mattliving>",
"dotwCount": 0,
"backupCount": 1
},
{
"name": "<@U01QDSW651C|Nikhil>",
"dotwCount": 1,
"backupCount": 1
},
{
"name": "<@U0249J6036Y|Irina>",
"dotwCount": 0,
"backupCount": 1
},
{
"name": "<@U01E0RQ8CBZ|Jess>",
"dotwCount": 0,
"backupCount": 0
}
],
"dotwList": [
4,
null,
null
],
"backupList": [
1,
null,
null
]
}