mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +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())))
|