restructured raw connection

This commit is contained in:
Alex Haynes
2018-11-11 12:17:12 -05:00
parent 7d4227f269
commit a785876c16
3 changed files with 32 additions and 20 deletions

View File

@ -6,10 +6,10 @@ class IRawConnection(ABC):
open_connection should return such a connection
"""
@abstractmethod
async def open_connection(self):
"""
opens a connection on ip and port
:return: a raw connection
"""
pass
# @abstractmethod
# async def open_connection(self):
# """
# opens a connection on ip and port
# :return: a raw connection
# """
# pass