mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07: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()
|