4 lines
75 B
Python
4 lines
75 B
Python
from libretranslate import manage
|
|
|
|
if __name__ == "__main__":
|
|
manage()
|