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