Update modules/ui.py
Browse files- modules/ui.py +1 -0
modules/ui.py
CHANGED
@@ -24,6 +24,7 @@ from .auth import authenticate_user, register_user
|
|
24 |
|
25 |
from .database import (
|
26 |
get_student_data,
|
|
|
27 |
store_morphosyntax_result,
|
28 |
store_semantic_result,
|
29 |
store_discourse_analysis_result,
|
|
|
24 |
|
25 |
from .database import (
|
26 |
get_student_data,
|
27 |
+
store_application_request,
|
28 |
store_morphosyntax_result,
|
29 |
store_semantic_result,
|
30 |
store_discourse_analysis_result,
|