mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-20 22:25:17 +01:00
5 lines
190 B
Python
5 lines
190 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2018, Kovid Goyal <kovid at kovidgoyal.net>
|
|
|
|
from http.server import HTTPServer, SimpleHTTPRequestHandler # noqa
|