from typing import Any class AttributeGetter: def __init__(self, attributes: Any | None = ...) -> None: ...