homemade vim snippets

This commit is contained in:
Noah Masur
2021-04-11 17:15:26 -04:00
parent 2a605f703d
commit 9c1111f4de
4 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env python
"""
Program
"""
def main():
"""Run the program"""
pass
if __name__ == "__main__":
main()