Files
renpy/scripts/pyi/jnius.pyi
T
2025-01-04 23:33:41 -05:00

4 lines
62 B
Python

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