mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -24,6 +24,8 @@ class CommunicationObject:
|
||||
self.type = msg_type
|
||||
self.user = user
|
||||
self.data = data
|
||||
def __repr__(self):
|
||||
return f"{self.type} : {self.user} : {self.data}"
|
||||
|
||||
class WaveWriter:
|
||||
def __init__(self, user_id, queue):
|
||||
|
||||
Reference in New Issue
Block a user