Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created January 31, 2022 07:42
Show Gist options
  • Select an option

  • Save tebeka/2a5ca46ea56f0c383490852533214642 to your computer and use it in GitHub Desktop.

Select an option

Save tebeka/2a5ca46ea56f0c383490852533214642 to your computer and use it in GitHub Desktop.
class SocketClient(Client):
def __init__(self, host, port):
self.__address = (host, port)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment