mirror of https://github.com/morpheus65535/bazarr
10 lines
106 B
Python
10 lines
106 B
Python
|
from deep_translator.cli import CLI
|
||
|
|
||
|
|
||
|
def main():
|
||
|
CLI().run()
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|