forked from mirrors/LibreTranslate
6 lines
135 B
Python
Executable file
6 lines
135 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from app.init import check_and_install_models
|
|
|
|
if __name__ == "__main__":
|
|
check_and_install_models(force=True)
|