mirror of
https://github.com/Ladebeze66/AIagent.git
synced 2025-12-16 12:17:55 +01:00
4 lines
63 B
Python
4 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|