blob: e37cc8088fbd25ace9bd2bedffa182d93893376b [file] [log] [blame]
from typing import Any, Callable, Tuple
# Type annotations
ParseFloat = Callable[[str], Any]
Key = Tuple[str, ...]
Pos = int