mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 21:21:53 +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
|