micropython-lib/base64/base64.py

6 wiersze
97 B
Python

def encodebytes():
raise NotImplementedError
def b64encode():
raise NotImplementedError