import sys def setup(): return def run(core, actor, target, commandString): if actor and target: core.groupService.handleGroupInvite(actor, target) return