Brushed up the backend, added writing task 1 academic prompt gen and grading ENCOA-274
This commit is contained in:
6
ielts_be/repositories/impl/__init__.py
Normal file
6
ielts_be/repositories/impl/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .document_stores import *
|
||||
from .file_storage import *
|
||||
|
||||
__all__ = []
|
||||
__all__.extend(document_stores.__all__)
|
||||
__all__.extend(file_storage.__all__)
|
||||
Reference in New Issue
Block a user