Update modules/__init__.py
Browse files- modules/__init__.py +5 -5
modules/__init__.py
CHANGED
@@ -49,11 +49,11 @@ def load_database_functions():
|
|
49 |
)
|
50 |
|
51 |
from .database.discourse_mongo_db import (
|
52 |
-
store_student_discourse_result
|
53 |
-
get_student_discourse_analysis
|
54 |
-
update_student_discourse_analysis
|
55 |
-
delete_student_discourse_analysis
|
56 |
-
get_student_discourse_data
|
57 |
)
|
58 |
|
59 |
from .database.chat_db import store_chat_history, get_chat_history
|
|
|
49 |
)
|
50 |
|
51 |
from .database.discourse_mongo_db import (
|
52 |
+
store_student_discourse_result,
|
53 |
+
get_student_discourse_analysis,
|
54 |
+
update_student_discourse_analysis,
|
55 |
+
delete_student_discourse_analysis,
|
56 |
+
get_student_discourse_data
|
57 |
)
|
58 |
|
59 |
from .database.chat_db import store_chat_history, get_chat_history
|