to_camel_case Signature: def to_camel_case(snake_str: str) -> str: ... Parameters: snake_str: Type str