Merge branch '0.1' of https://git.sh-edraft.de/sh-edraft.de/sh_gismo into 0.1
This commit is contained in:
commit
85931926c3
@ -5,3 +5,6 @@ class OnConnectABC(ABC):
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def __init__(self): pass
|
def __init__(self): pass
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
async def on_connect(self): pass
|
||||||
|
Reference in New Issue
Block a user