Initial commit.
This commit is contained in:
3
vim/snippets/python/class/with_init.snippet
Executable file
3
vim/snippets/python/class/with_init.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
class ${1:`Snippet_PythonClassNameFromFilename()`}(${2:data}):
|
||||
def __init__(self, ${3:args}):
|
||||
${4}
|
||||
Reference in New Issue
Block a user