1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-15 22:00:10 +02:00
LibreTranslate/main.py

5 lines
71 B
Python
Raw Normal View History

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