1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-07 18:00:11 +02:00
LibreTranslate/manage.py

5 lines
64 B
Python
Raw Normal View History

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