mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
move stream and connection interfaces to abc
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import asyncio
|
||||
from libp2p.stream_muxer.muxed_stream_interface import IMuxedStream
|
||||
from libp2p.stream_muxer.muxed_connection_interface import IMuxedConn
|
||||
from libp2p.stream_muxer.abc import IMuxedStream, IMuxedConn
|
||||
|
||||
|
||||
from .constants import HeaderTags
|
||||
|
||||
Reference in New Issue
Block a user