add from to python snippets
This commit is contained in:
parent
2c2a752ec0
commit
354ff5427c
@ -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
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user