Async release
This commit is contained in:
8
app/controllers/abc/training.py
Normal file
8
app/controllers/abc/training.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
|
||||
class ITrainingController(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def fetch_tips(self, data):
|
||||
pass
|
||||
Reference in New Issue
Block a user