from .base import Packet
class Packet101CloseWindow(Packet, packet_id=101):
FIELDS = [
('window_id', 'byte'),
]