mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-04-22 15:18:42 -04:00
7 lines
105 B
Python
7 lines
105 B
Python
from __future__ import annotations
|
|
|
|
from dynaconf.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|