mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 15:36:11 +01:00
Add a termplate
This commit is contained in:
parent
27133e8327
commit
d82d6f823c
1 changed files with 7 additions and 0 deletions
7
=template.py
Normal file
7
=template.py
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
# License: GPL v3 Copyright: %YEAR%, %USER% <%MAIL%>
|
||||||
|
|
||||||
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
|
%HERE%
|
||||||
Loading…
Reference in a new issue