mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
6 lines
109 B
Python
6 lines
109 B
Python
from __future__ import annotations
|
|
|
|
from .cli import cli_detect
|
|
|
|
if __name__ == "__main__":
|
|
cli_detect()
|