emacs.d/snippets/python-mode/ifmain

5 lines
70 B
Plaintext

# name: if-main-py
# key: ifmain
# --
if __name__ == "__main__":
$0