import from kontor-flask branch develop/0.1.0
This commit is contained in:
committed by
Thomas Peetz
parent
0d2f27f771
commit
28746adfbb
@@ -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)
|
||||
Reference in New Issue
Block a user