mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
3 lines
63 B
Python
3 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|