1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 09:37:25 +00:00
bazarr/libs/deep_translator/__main__.py

9 lines
106 B
Python

from deep_translator.cli import CLI
def main():
CLI().run()
if __name__ == "__main__":
main()