zsh/vim/bundle/vim-template/templates/=template=*.py

15 lines
188 B
Python

#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © %YEAR% %USER% <%MAIL%>
#
# Distributed under terms of the %LICENSE% license.
#
# %CLASS%
#
"""
%HERE%
"""