mirror of
https://github.com/hohn/codeql-lab.git
synced 2026-05-05 01:35:15 +02: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())))
|