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