We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19347bc commit 63c80f4Copy full SHA for 63c80f4
app/__init__.py
@@ -1,6 +1,9 @@
1
from flask import Flask
2
from flask_cors import CORS
3
4
+#see PEP396
5
+__version__ = '2.0'
6
+
7
def create_app():
8
"""
9
Construct the core application.
0 commit comments