summaryrefslogtreecommitdiffstats
path: root/emacs/snippets/python-mode/import_from
blob: d9cc4e26dbe11d2dcd9ca8fbf2f43a2dba9bdc00 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
# name: from ... import ...
# contributor: Tom Willemse
# key: from
# --
from ${1:module} import ${2:class_or_module}