ansible/roles/openshift-apps/kerneltest/templates/wsgi.py
Ryan Lerch 83a752c549 kerneltest: another wsgi change
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-03-13 13:27:48 +10:00

4 lines
No EOL
71 B
Python

from kerneltest.app import APP
if __name__ == '__main__':
APP.run()