# coding=utf-8 from app import app @app.route("/to-entry/") def to_entry(entry_count: 1): return f"Reached entry {entry_count}"