Files
uwsgi/tests/werkzeug.py
T

6 lines
109 B
Python

import uwsgi
print(uwsgi.opt)
print(uwsgi.magic_table)
from werkzeug.testapp import test_app as application