mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
4 lines
93 B
Python
Executable File
4 lines
93 B
Python
Executable File
#!/usr/bin/env python3
|
|
import sys, yaml, json
|
|
print(yaml.dump(json.loads(sys.stdin.read())))
|