File size: 130 Bytes
04d9120
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
def auth_list_to_dict(auth_list):
    pass

def load_auth_data(filename=None):
    pass

def check_auth(user, password):
    pass