1
0
Fork 0
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:
Kai Labusch 2019-11-25 10:47:03 +01:00
parent 014738cb3f
commit e431058d5e

View file

@ -0,0 +1,4 @@
from .app import app
if __name__ == "__main__":
app.run()