mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
4 lines
60 B
Python
4 lines
60 B
Python
from app import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|