1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-19 03:30:17 +02:00
LibreTranslate/manage.py

5 lines
64 B
Python
Raw Normal View History

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