Delete app/__init__.py
Browse files- app/__init__.py +0 -7
app/__init__.py
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
from flask import Flask
|
| 2 |
-
from app.routes import analyze_blueprint
|
| 3 |
-
|
| 4 |
-
def create_app():
|
| 5 |
-
app = Flask(__name__)
|
| 6 |
-
app.register_blueprint(analyze_blueprint)
|
| 7 |
-
return app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|