dotfiles/.vim/template/python/base-main.py

9 lines
90 B
Python

# vim: fileencoding=utf-8
def main():
{{_cursor_}}
if __name__ == '__main__':
main()