diff options
Diffstat (limited to 'snippets/python-mode/pprint')
-rw-r--r-- | snippets/python-mode/pprint | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/pprint b/snippets/python-mode/pprint new file mode 100644 index 0000000..cb8a7a6 --- /dev/null +++ b/snippets/python-mode/pprint @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pprint +# key: pp +# group: imports +# -- +from pprint import pprint +$0 |