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