This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-20/src/network/node.py
2019-09-16 19:13:56 +05:30

8 lines
136 B
Python

"""
src/network/node.py
===================
"""
import collections
Node = collections.namedtuple('Node', ['services', 'host', 'port'])