diff --git a/snippets/python.snippets b/snippets/python.snippets index 93de9a0..0639f21 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -2,6 +2,8 @@ snippet #! #!/usr/bin/env python snippet imp import ${1:module} +snippet from + from ${1:package} import ${2:module} # Module Docstring snippet docs '''