summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pprint
blob: 0c097935b0b0a1c67f3c009d595f07fdd80e2bd1 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: pprint
# key: pp
# group: imports
# --
from pprint import pprint
$0