我在我的pyi模块(scheme.pyi)中创建了一个类接口: class Catalog: @property def elements(self) -> List[Element]: ... 在我的scheme.py中我实现 ...
確定! 回上一頁