#Python’s structural pattern `match`-ing syntax is still not natural to me, but I’m starting to see use-cases in my own code more often now.
@fabian combined with mypy, it ensures matching against enums is exhaustive.