We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a854410 commit dfd59f4Copy full SHA for dfd59f4
main.py
@@ -0,0 +1,6 @@
1
+from app import create_app
2
+
3
+app = create_app()
4
5
+if __name__ == "__main__":
6
+ app.run(debug=True)
0 commit comments