jellyfin-kodi/libraries/cheroot/__main__.py
angelblue05 158a736360 Update webservice with cherrypy
Fix playback issues that was causing Kodi to hang up
2019-01-30 06:43:14 -06:00

6 lines
109 B
Python

"""Stub for accessing the Cheroot CLI tool."""
from .cli import main
if __name__ == '__main__':
main()