7892169445 | Helpline: +91 7676500777 | E-mail: info@leoxsys.com
You can download latest FIRMWARE(updates) and the latest drivers for your products.
result = process({"input":"example"}, client) print(result)
class JuqClient: def __init__(self, host='localhost', port=1234): self.client = connect({'host': host, 'port': port})
cfg = {"host":"localhost","port":1234} client = connect(cfg)