from typing import Any

class AttributeSetter:
    def __init__(self, name: Any, value: Any) -> None: ...
