mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-01-09 07:45:25 +00:00
4 lines
64 B
Python
4 lines
64 B
Python
from app import manage
|
|
|
|
if __name__ == "__main__":
|
|
manage()
|