rewritten

This commit is contained in:
Somdev Sangwan
2022-11-28 23:24:13 +05:30
parent 0fc9a54341
commit 347ab20a37
28 changed files with 387 additions and 946 deletions

4
core/output.py Normal file
View File

@@ -0,0 +1,4 @@
import json
def json_output(data):
return json.dumps(data)