1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-22 14:00:52 +00:00
bazarr/libs/alembic/__main__.py

4 lines
78 B
Python

from .config import main
if __name__ == "__main__":
main(prog="alembic")