LibreTranslate/main.py

4 lines
71 B
Python

from libretranslate import main
if __name__ == "__main__":
main()