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