1
0
Fork 0
emacs-config/oni-python/snippets/python-mode/import_from

6 lines
142 B
Text

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