Removing app folder

This commit is contained in:
kelepirci
2016-07-08 23:30:50 +03:00
parent 4d1d92dc85
commit 76c624745a
2 changed files with 0 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
from flask import Flask
app = Flask(__name__)
from app import views

View File

@@ -1,7 +0,0 @@
from app import app
@app.route('/')
@app.route('/index')
def index():
return "Hello, dash-stack"