Some checks failed
Gitsokyo/bot-base/pipeline/head There was a failure building this commit
6 lines
109 B
Python
6 lines
109 B
Python
from backends.abc import Message
|
|
|
|
|
|
class Messagable:
|
|
async def send(self, message: Message):
|
|
pass |