Brushed up the backend, added writing task 1 academic prompt gen and grading ENCOA-274
This commit is contained in:
7
ielts_be/services/impl/training/__init__.py
Normal file
7
ielts_be/services/impl/training/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .training import TrainingService
|
||||
from .kb import TrainingContentKnowledgeBase
|
||||
|
||||
__all__ = [
|
||||
"TrainingService",
|
||||
"TrainingContentKnowledgeBase"
|
||||
]
|
||||
Reference in New Issue
Block a user