I want to type annotate a function that only accepts a single character in python, take this example: (s: str) -> int
(s: str) -> int
As Python doesn\'t have a type f