Update modules/__init__.py
Browse files- modules/__init__.py +3 -1
modules/__init__.py
CHANGED
@@ -5,7 +5,8 @@ from .database import (
|
|
5 |
initialize_mongodb_connection,
|
6 |
get_student_data,
|
7 |
store_morphosyntax_result,
|
8 |
-
store_semantic_result
|
|
|
9 |
)
|
10 |
from .ui import (
|
11 |
login_register_page,
|
@@ -48,6 +49,7 @@ __all__ = [
|
|
48 |
'get_student_data',
|
49 |
'store_morphosyntax_result',
|
50 |
'store_semantic_result',
|
|
|
51 |
'login_register_page',
|
52 |
'login_form',
|
53 |
'register_form',
|
|
|
5 |
initialize_mongodb_connection,
|
6 |
get_student_data,
|
7 |
store_morphosyntax_result,
|
8 |
+
store_semantic_result,
|
9 |
+
store_chat_history # Nueva función
|
10 |
)
|
11 |
from .ui import (
|
12 |
login_register_page,
|
|
|
49 |
'get_student_data',
|
50 |
'store_morphosyntax_result',
|
51 |
'store_semantic_result',
|
52 |
+
'store_chat_history',
|
53 |
'login_register_page',
|
54 |
'login_form',
|
55 |
'register_form',
|