mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
5 lines
78 B
Python
5 lines
78 B
Python
|
from .config import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main(prog="alembic")
|