mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-10 18:21:01 +00:00
4 lines
71 B
Python
4 lines
71 B
Python
from libretranslate import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|