Skeleton ready
This commit is contained in:
0
shared/bus/__init__.py
Normal file
0
shared/bus/__init__.py
Normal file
0
shared/bus/view/__init__.py
Normal file
0
shared/bus/view/__init__.py
Normal file
9
shared/bus/view/message.py
Normal file
9
shared/bus/view/message.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class Message:
|
||||
id: str
|
||||
type: str
|
||||
source: str
|
||||
message: str
|
||||
Reference in New Issue
Block a user