1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 05:25:28 +00:00
bazarr/libs/alembic/__main__.py

5 lines
78 B
Python
Raw Normal View History

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