KOSASIH / pi-nexus-autonomous-banking-network

Missing class docstring PY-D0002
Documentation
Minor
1 occurrence in this check
Docstring missing for class Node
1class Node:2
3    def __init__(self, node_id, node_type, attributes):
4        self.node_id = node_id