Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
from collections import OrderedDict
from pprint import pprint
from struct import unpack
import io
import os
def read_byte(data):
return data.read(1)