forked from mirrors/LibreTranslate
4 lines
64 B
Python
4 lines
64 B
Python
from app import manage
|
|
|
|
if __name__ == "__main__":
|
|
manage()
|