-
-
Save tebeka/2a5ca46ea56f0c383490852533214642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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