mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
define interfaces
This commit is contained in:
4
network/swarm.py
Normal file
4
network/swarm.py
Normal file
@ -0,0 +1,4 @@
|
||||
from interface import Network
|
||||
|
||||
class Swarm(Network):
|
||||
pass
|
||||
Reference in New Issue
Block a user