1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-12 16:30:22 +02:00
LibreTranslate/manage.py

5 lines
64 B
Python
Raw Normal View History

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