mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-21 05:53:03 -05:00
6 lines
181 B
Python
6 lines
181 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org>
|
|
|
|
from socketserver import TCPServer, ThreadingMixIn # noqa
|