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