1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-03-17 20:37:51 +02:00
LibreTranslate/main.py

5 lines
71 B
Python
Raw Permalink Normal View History

from libretranslate import main
2021-02-10 10:51:17 -05:00
if __name__ == "__main__":
2021-02-10 11:04:02 -05:00
main()