"""Entry point for the command line tool.""" from .tools import InsteonCmd if __name__ == "__main__": InsteonCmd.start()