earthsnake/earthsnake/peer.py

7 lines
110 B
Python
Raw Normal View History

2022-04-12 13:25:29 +00:00
from .syncer import SyncerBase
class Peer:
def __init__(self, syncer: SyncerBase) -> None:
pass