From 5ad89196c2692e0018d6cfeb708d22fd6620a027 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 28 Aug 2019 00:06:55 -0700 Subject: Add snippets for ‘oni-python’ --- oni-python/snippets/python-mode/import_from | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 oni-python/snippets/python-mode/import_from (limited to 'oni-python/snippets/python-mode/import_from') diff --git a/oni-python/snippets/python-mode/import_from b/oni-python/snippets/python-mode/import_from new file mode 100644 index 0000000..d9cc4e2 --- /dev/null +++ b/oni-python/snippets/python-mode/import_from @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# name: from ... import ... +# contributor: Tom Willemse +# key: from +# -- +from ${1:module} import ${2:class_or_module} -- cgit v1.2.3-54-g00ecf