mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-09 00:24:35 -04:00
8 lines
193 B
Python
8 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%
|