KOSASIH / pi-nexus-autonomous-banking-network

Missing class docstring PY-D0002
Documentation
Minor
1 occurrence in this check
Docstring missing for class NexusAccount
1class NexusAccount:2
3    def __init__(self, account_id: str, balance: float):
4        self.account_id = account_id