mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-01-06 11:09:57 -08:00
7 lines
109 B
Python
7 lines
109 B
Python
"""Stub for accessing the Cheroot CLI tool."""
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|