Files
2024-11-29 18:15:30 +00:00

4 lines
58 B
Python

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