from .base import Packet class Packet0KeepAlive(Packet, packet_id=0): __slots__ = () FIELDS = [ ]