micropython-lib/binascii/binascii.py

6 wiersze
93 B
Python

def b2a_base64():
raise NotImplementError
def a2b_base64():
raise NotImplementError