__main__.py 171 B

1234567
  1. # -*- coding: utf-8 -
  2. #
  3. # This file is part of gunicorn released under the MIT license.
  4. # See the NOTICE for more information.
  5. from gunicorn.app.wsgiapp import run
  6. run()