KOSASIH / pi-nexus-autonomous-banking-network

Missing class docstring PY-D0002
Documentation
Minor
1 occurrence in this check
Docstring missing for class NexusNetwork
 4from .node import Node
 5
 6
 7class NexusNetwork: 8
 9    def __init__(self):
10        self.graph = nx.Graph()