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