mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-29 01:43:10 -04: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()
|