Juq063

class JuqClient: def __init__(self, host='localhost', port=1234): self.client = connect({'host': host, 'port': port})