from ...models import Command from .mappings import mapping commands: dict[str, Command] = { c.cmd: c for c in mapping }