"""Map MicroPython `ubinascii` to CPython `binascii`.""" import binascii hexlify = binascii.hexlify unhexlify = binascii.unhexlify