diff options
author | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 21:53:57 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 21:53:57 +0100 |
commit | e3481a4a35091b32b6fbee80c1c9ba2b6d7b50d6 (patch) | |
tree | 58f90b32cbd89599acfaab07377cc0447f1190c1 /wsgi.py |
Rework of halfnarp and fullnarp into a self contained repository. Still WIP
Diffstat (limited to 'wsgi.py')
-rw-r--r-- | wsgi.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ | |||
1 | from halfnarp2 import app | ||
2 | |||
3 | if __name__ == "__main__": | ||
4 | app.run(debug=False) | ||