from typing import ClassVar from .base import Packet class Packet2Handshake(Packet, packet_id=2): FIELDS = [ ('username', ('str', 16)), ]