7 lines
72 B
Python
7 lines
72 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
import sys
|
||
|
import json
|
||
|
|
||
|
j = json.load(sys.stdin)
|