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