forked from Support/sp-hydra-veil-gui
3 lines
63 B
Python
3 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|