mirror of
https://github.com/qurator-spk/sbb_ner.git
synced 2025-06-09 20:30:01 +02:00
add wsgi entry point
This commit is contained in:
parent
014738cb3f
commit
e431058d5e
1 changed files with 4 additions and 0 deletions
4
qurator/sbb_ner/webapp/wsgi.py
Normal file
4
qurator/sbb_ner/webapp/wsgi.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from .app import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
Loading…
Add table
Add a link
Reference in a new issue