mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-10 00:21:04 -06:00
7 lines
109 B
Python
7 lines
109 B
Python
from __future__ import annotations
|
|
|
|
from .cli import cli_detect
|
|
|
|
if __name__ == "__main__":
|
|
cli_detect()
|