from _typeshed import Incomplete

class AttributeGetter:
    def __init__(self, attributes: Incomplete | None = None) -> None: ...
