summaryrefslogtreecommitdiff
path: root/snippets/python-mode/import_from
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--snippets/python-mode/import_from5
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