Async release
This commit is contained in:
6
app/dtos/writing.py
Normal file
6
app/dtos/writing.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class WritingGradeTaskDTO(BaseModel):
|
||||
question: str
|
||||
answer: str
|
||||
Reference in New Issue
Block a user