at https://docs.python.org/3/library/struct.html

the entry
   struct.unpack_from(format, /, buffer, offset=0)

should probably instead be
   struct.unpack_from(format, buffer, offset=0)


ciao!