ManInTheMiddleAmongUs/handler.py
2020-10-09 16:23:47 +02:00

3 lines
62 B
Python

def handle(tag: str, data: bytes):
print(tag, repr(data))