mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 12:32:25 +08: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()
|