pmfp.entrypoint.test_.core 源代码

"""ppm test命令的处理."""
from schema_entry import EntryPoint
from ..core import ppm


[文档]class Test(EntryPoint):
"""测试相关的工具."""
[文档]test = ppm.regist_sub(Test)