copapy/src/coparun_module.pyi

3 lines
97 B
Python
Raw Normal View History

2025-10-04 20:57:45 +00:00
def coparun(data: bytes) -> int: ...
def read_data_mem(rel_addr: int, length: int) -> bytes: ...