7 lines
142 B
Text
7 lines
142 B
Text
|
# -*- coding: utf-8 -*-
|
||
|
# name: from ... import ...
|
||
|
# contributor: Tom Willemse
|
||
|
# key: from
|
||
|
# --
|
||
|
from ${1:module} import ${2:class_or_module}
|