def update(client, noop): c = Common() c.banner() c.client_hosts() up = _Update(client, noop)
def puppet(client, choice): c = Common() c.banner() c.client_hosts() pup = _Puppet(client, choice)
def list_hosts(): c = Common() c.banner() hostsList = Lists() hostsList.lists()