1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-01-23 17:52:54 +02:00
LibreTranslate/main.py

5 lines
71 B
Python
Raw 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()