6 lines
97 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: ifmain
# key: ifm
# --
if __name__ == '__main__':
${1:main()}