#!/usr/bin/env python
from NROBOT import *
ADDR = input('IP ADDRESS (IP:PORT) : ')
R = NROBOT(f'ws://{ADDR}')
R.cmd_control()
