Added snippets for Emacs
This commit is contained in:
4
emacs/.emacs.d/snippets/python-mode/main
Normal file
4
emacs/.emacs.d/snippets/python-mode/main
Normal file
@@ -0,0 +1,4 @@
|
||||
#name : main
|
||||
# --
|
||||
if __name__ == "__main__":
|
||||
$0
|
||||
Reference in New Issue
Block a user