Files
2024-12-20 09:40:33 -03:00

4 lines
63 B
Python

from typing import Any
def __getattr__(name: str) -> Any: ...