aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vim/templates/template.py')
-rwxr-xr-xfiles/.vim/templates/template.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/.vim/templates/template.py b/files/.vim/templates/template.py
new file mode 100755
index 0000000..f6f948d
--- /dev/null
+++ b/files/.vim/templates/template.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+def main():
+ %HERE%
+
+if __name__ == '__main__':
+ main()