1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-20 05:10:13 +02:00
LibreTranslate/main.py

5 lines
60 B
Python
Raw Normal View History

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