# En /modules/discourse/__init__.py | |
from ..database.discourse_mongo_db import ( | |
store_student_discourse_result, | |
get_student_discourse_analysis, | |
update_student_discourse_analysis, | |
delete_student_discourse_analysis, | |
get_student_discourse_data | |
) | |
__all__ = [ | |
'store_student_discourse_result', | |
'get_student_discourse_analysis', | |
'update_student_discourse_analysis', | |
'delete_student_discourse_analysis', | |
'get_student_discourse_data' | |
] |