From 3fca03988b42adaf8e67cc7137dd1fdba327e197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Mar 2022 00:39:40 +0800 Subject: initial commit --- wsgi.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wsgi.py (limited to 'wsgi.py') diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000..c7b8cf5 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,7 @@ +""" +wsgi.py +""" +from main import app + +if __name__ == "__main__": + app.run() -- cgit v1.2.3