mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-08-01 18:48:50 -04:00
7 lines
83 B
Python
7 lines
83 B
Python
import sys
|
|
|
|
from .cli import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|