LibreTranslate/manage.py

5 lines
64 B
Python
Raw Permalink Normal View History

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