tvl-depot/configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main
William Carroll 9ed59566eb Support Python
Adds configuration for my Python preferences.
2018-10-02 09:56:30 -04:00

6 lines
No EOL
107 B
Text

# -*- mode: snippet -*-
# name: Dunder main (__main__)
# key: mn
# --
if __name__ == "__main__":
main()