utils.py 74 B

123
  1. import struct
  2. ALL_BYTES = tuple(struct.pack("B", i) for i in range(256))