Skeleton ready
This commit is contained in:
0
shared/event/__init__.py
Normal file
0
shared/event/__init__.py
Normal file
5
shared/event/type.py
Normal file
5
shared/event/type.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Type(str, Enum):
|
||||
MESSAGE_RECEIVED = "message.received"
|
||||
Reference in New Issue
Block a user