from advlabdb import app @app.route("/") def index(): return "Welcome on AdvLabDB!"