legacy-dotfiles/emacs/.emacs.d/snippets/python-mode/import_from
2014-08-21 00:23:56 +02:00

6 lines
142 B
Text

# -*- coding: utf-8 -*-
# name: from ... import ...
# contributor: Tom Willemse
# key: from
# --
from ${1:module} import ${2:class_or_module}