from flask import Flask app = Flask(__name__, static_folder='static', template_folder='template') from app import routes