import from kontor-flask branch develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-01-08 22:34:21 +01:00
committed by Thomas Peetz
parent 0d2f27f771
commit 28746adfbb
82 changed files with 562 additions and 4270 deletions
+5
View File
@@ -0,0 +1,5 @@
from kontor import create_app
if __name__ == '__main__':
app = create_app()
app.run(host="0.0.0.0", port=8000, debug=True)