mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
import uwsgi
|
|
|
|
print(uwsgi.opt)
|
|
print(uwsgi.magic_table)
|
|
from werkzeug.testapp import test_app as application # NOQA
|