Adding new stuff
This commit is contained in:
parent
579068034d
commit
418cc92b15
119 changed files with 1777 additions and 4 deletions
6
.vim/templates/skeleton.py
Normal file
6
.vim/templates/skeleton.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue