mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
6 lines
177 B
Python
6 lines
177 B
Python
# Optional Chaquopy dependency; stub for type checking only.
|
|
|
|
from typing import Any
|
|
|
|
def jclass(name: str) -> Any: ...
|
|
def dynamic_proxy(*args: Any, **kwargs: Any) -> Any: ...
|