mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-05-24 08:40:48 -04: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()
|