from libretranslate import main
import sys

sys.argv = ["--wsgi"]
app = main()
print("WSGI_OK")
print(type(app))