I'm looking to have a tool do something like this: ``` def load_image(path: str) -> str: return Path(path).read_bytes() ``` What is the best way to do this?