mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-03-17 20:37:51 +02:00
5 lines
71 B
Python
5 lines
71 B
Python
from libretranslate import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|