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