Add files
This commit is contained in:
commit
fc685a4f43
12 changed files with 308 additions and 0 deletions
5
snippets/python-mode/ifmain
Normal file
5
snippets/python-mode/ifmain
Normal file
|
@ -0,0 +1,5 @@
|
|||
# name: if-main-py
|
||||
# key: ifmain
|
||||
# --
|
||||
if __name__ == "__main__":
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue