1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-04 16:30:14 +02:00
LibreTranslate/main.py
2021-02-10 11:04:02 -05:00

5 lines
60 B
Python

from app import main
if __name__ == "__main__":
main()