1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-10-28 03:40:14 +01:00
LibreTranslate/manage.py

5 lines
64 B
Python
Raw Normal View History

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