bta-proxy/bta_proxy/packets/packet136sendkey.py

7 lines
125 B
Python
Raw Normal View History

2023-08-24 17:40:23 +03:00
from .base import Packet
class Packet136SendKey(Packet, packet_id=136):
FIELDS = [
('key', ('str', 344)),
]