wsgi.py 96 B

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