ballistica/src/stubs/openstep_parser.pyi
2023-07-29 13:45:49 -07:00

6 lines
92 B
Python

# Everything resolves to Any.
from typing import Any
def __getattr__(name) -> Any:
...