mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-16 21:56:48 +00:00
6 lines
176 B
Python
6 lines
176 B
Python
"""High-performance, pure-Python HTTP server used by CherryPy."""
|
|
|
|
from __future__ import absolute_import, division, print_function
|
|
__metaclass__ = type
|
|
|
|
__version__ = '6.4.0'
|