Maulidaaa commited on
Commit
f1004e7
·
verified ·
1 Parent(s): 371721d

Delete app/__init__.py

Browse files
Files changed (1) hide show
  1. 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