from flask import Blueprint main = Blueprint('main', __name__) @main.route("/") def home(): return "

DO Tracker Online

Welcome to the system.

"