def main(): try: thread.start_new(RunInloop,(Target,Command,Domain)) except KeyboardInterrupt: exit()