mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-08 06:55:39 +01:00
7 lines
193 B
Python
7 lines
193 B
Python
#!/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%
|