vimrc/bundle/snipmate-snippets/python/ifmain.snippet

3 lines
32 B
Plaintext

if __name__ == '__main__':
${1}