Created
March 15, 2019 21:34
-
-
Save includeamin/f1b629d2abb89eabc1e4c39eff35f0fb to your computer and use it in GitHub Desktop.
Standard Response Rest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def Result(state, description): | |
return json.dumps({ | |
"State": state, | |
"Description": description | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment