mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-23 22:41:34 +00:00
9 lines
106 B
Python
9 lines
106 B
Python
from deep_translator.cli import CLI
|
|
|
|
|
|
def main():
|
|
CLI().run()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|