Munzali commited on
Commit
04d9120
1 Parent(s): c89b869

Create auth.py

Browse files
Files changed (1) hide show
  1. auth.py +8 -0
auth.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ def auth_list_to_dict(auth_list):
2
+ pass
3
+
4
+ def load_auth_data(filename=None):
5
+ pass
6
+
7
+ def check_auth(user, password):
8
+ pass