mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 14:00:52 +00:00
4 lines
78 B
Python
4 lines
78 B
Python
from .config import main
|
|
|
|
if __name__ == "__main__":
|
|
main(prog="alembic")
|