A new class for scratch2py Set var (var) to (val) # Set's a var on the server to a value. Decoded info from server is in the "Return" variable. (Without cloud symbol) Delete var (obj) # Delete's a var on the server. Decoded info from server is in the "Return" variable. (Without cloud symbol) Get var(obj) # Return's the value of the var. (Data is stored in "Object" var.)