Added snippet for python
This commit is contained in:
parent
e15680c51a
commit
a0398e3a15
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
snippet #!
|
||||
#!/usr/bin/python
|
||||
|
||||
snippet from
|
||||
from ${1:module} import ${2:*}
|
||||
|
||||
snippet imp
|
||||
import ${1:module}
|
||||
# Module Docstring
|
||||
|
|
Loading…
Reference in a new issue