POC
This commit is contained in:
parent
4300602154
commit
37786f7a48
|
@ -1 +1,9 @@
|
|||
A Python teeworlds client & server library, designed according to sans I/O (http://sans-io.readthedocs.io/) principles
|
||||
|
||||
|
||||
```python
|
||||
msg = twnet_parser.parse(b'\x10\x10\x00\x04\x9a\xcb9\xc9')
|
||||
print(msg)
|
||||
|
||||
# <class '__main__.CtrlMessage'>: {'name': 'disconnect', 'token': b'\x9a\xcb9\xc9', 'fields': {}}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue