Files
dotfiles/bin/pprint

7 lines
87 B
Python
Executable File

#!/usr/bin/env python
import sys
import pprint
pprint.pprint(eval(sys.stdin.read()))