When coding simple Python console applications, I was faced with a somewhat time-consuming annoyance: unnecessary repetition of menu functions. I always had a main menu function in a boundary class ...