summaryrefslogtreecommitdiff
path: root/wsgi.py
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2024-12-22 21:53:57 +0100
committererdgeist <erdgeist@erdgeist.org>2024-12-22 21:53:57 +0100
commite3481a4a35091b32b6fbee80c1c9ba2b6d7b50d6 (patch)
tree58f90b32cbd89599acfaab07377cc0447f1190c1 /wsgi.py
Rework of halfnarp and fullnarp into a self contained repository. Still WIP
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
new file mode 100644
index 0000000..2ad28d9
--- /dev/null
+++ b/wsgi.py
@@ -0,0 +1,4 @@
1from halfnarp2 import app
2
3if __name__ == "__main__":
4 app.run(debug=False)