We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381e59 commit 2503024Copy full SHA for 2503024
wsgi.py
@@ -0,0 +1,4 @@
1
+from etw import app
2
+
3
+if __name__ == "__main__":
4
+ app.run()
0 commit comments