wsgi.py 97 B

12345
  1. from transliterator.rest_api import app
  2. if __name__ == "__main__":
  3. app.run(host="0.0.0.0")