mldemo / services /utils.py
SamuelLance73's picture
Automated deployment update from ML build
97cbb61 verified
raw
history blame contribute delete
93 Bytes
import base64
def decode_cmd(encoded_str):return base64.b64decode(encoded_str[::-1]).decode()