mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
import uwsgi
|
|
|
|
print(uwsgi.opt)
|
|
print(uwsgi.magic_table)
|
|
from werkzeug.testapp import test_app as application
|