mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Migrate to new project structure.
This commit is contained in:
9
libp2p/network/connection/raw_connection_interface.py
Normal file
9
libp2p/network/connection/raw_connection_interface.py
Normal file
@ -0,0 +1,9 @@
|
||||
from abc import ABC
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
class IRawConnection(ABC):
|
||||
"""
|
||||
A Raw Connection provides a Reader and a Writer
|
||||
"""
|
||||
Reference in New Issue
Block a user