mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-16 21:56:48 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
"""Stub for accessing the Cheroot CLI tool."""
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|