def choose(self, mod: Mod, btn: urwid.Button) -> None:
"""Record the choice.
Keyword arguments:
mod: The mod to record as the last choice.
btn: Unused, exists for signature compatibility.
"""
self.chosen = mod