blob: d08d9febd5fa86fdfaaca42f388a2d4562f5e483 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /usr/bin/env python
# -*- coding: utf-8 -*-
#----------------------------------------------------------------------------
#
# File : <%= @filename %>
# Author : <%= @username %> <<%= @email %>>
# Date : <%= @now %>
# License :
#
<%= license '# '%>
#
#----------------------------------------------------------------------------
|