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

9 lines
90 B
Python
Raw Normal View History

2012-02-13 19:19:04 +00:00
# vim: fileencoding=utf-8
def main():
{{_cursor_}}
if __name__ == '__main__':
main()