LibreTranslate/manage.py

5 lines
75 B
Python
Raw Normal View History

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