"""ppm test命令的处理.""" from schema_entry import EntryPoint from ..core import ppm [文档]class Test(EntryPoint): """测试相关的工具.""" [文档]test = ppm.regist_sub(Test)