Async release
This commit is contained in:
8
app/controllers/abc/writing.py
Normal file
8
app/controllers/abc/writing.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class IWritingController(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def get_writing_task_general_question(self, task: int, topic: str, difficulty: str):
|
||||
pass
|
||||
Reference in New Issue
Block a user