# 注入示例 .pyi:被 run_pika.py --module test_module_example 直接复制到 pikapython/ 下 # 单一路径:不自动生成、不回退、无需多模式 class Test: def add(self, a: int, b: int) -> int: ... def greet(self, name: str) -> str: ...