@ -17,3 +17,8 @@ endsnippet
snippet lint "Start a lint-disable comment"
# pylint:disable=${0:lint code}
endsnippet
snippet from "Import a module from another"
from ${1:source} import ${2:module}
$0