示例#1
0
 def _get_installer(self):
     return NoopInstaller()
示例#2
0
def installer() -> NoopInstaller:
    return NoopInstaller()
示例#3
0
def installer():
    return NoopInstaller()