Update modules/__init__.py
Browse files- modules/__init__.py +1 -0
modules/__init__.py
CHANGED
@@ -4,6 +4,7 @@ from .auth import authenticate_user, register_user
|
|
4 |
from .database import (
|
5 |
initialize_mongodb_connection,
|
6 |
get_student_data,
|
|
|
7 |
store_morphosyntax_result,
|
8 |
store_semantic_result,
|
9 |
store_discourse_analysis_result,
|
|
|
4 |
from .database import (
|
5 |
initialize_mongodb_connection,
|
6 |
get_student_data,
|
7 |
+
store_application_request,
|
8 |
store_morphosyntax_result,
|
9 |
store_semantic_result,
|
10 |
store_discourse_analysis_result,
|