aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/template.py
blob: f6f948d0571d5580e2fb0911c2fa220319574d8f (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- coding: utf-8 -*-

def main():
    %HERE%

if __name__ == '__main__':
    main()