1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-12-18 08:27:03 +02:00
LibreTranslate/main.py

5 lines
60 B
Python
Raw Normal View History

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