mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
homemade vim snippets
This commit is contained in:
12
shell/templates/skeleton.py
Normal file
12
shell/templates/skeleton.py
Normal file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Program
|
||||
"""
|
||||
|
||||
def main():
|
||||
"""Run the program"""
|
||||
pass
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Reference in New Issue
Block a user