12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
|
#! /usr/bin/env python
|
||
|
#
|
||
|
# @author : {{NAME}} ({{EMAIL}})
|
||
|
# @file : {{FILE}}
|
||
|
# @license : {{LICENSE}}
|
||
|
# @created : {{TIMESTAMP}}
|
||
|
#
|
||
|
|
||
|
"""
|
||
|
{{CURSOR}}
|
||
|
"""
|