kerneltest: more wsgi.py tweaks

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-03-13 13:38:17 +10:00
parent 45a7e7e53b
commit 1c18ac5886

View file

@ -1,4 +1 @@
from kerneltest.app import APP
if __name__ == '__main__':
APP.run()
from kerneltest.app import APP as application