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