Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import logging
|
4 |
|
5 |
from modules.auth.auth import (
|
6 |
-
|
7 |
authenticate_admin,
|
8 |
authenticate_student,
|
9 |
register_student,
|
|
|
3 |
import logging
|
4 |
|
5 |
from modules.auth.auth import (
|
6 |
+
create_auth_interface,
|
7 |
authenticate_admin,
|
8 |
authenticate_student,
|
9 |
register_student,
|