diff --git a/DecisionSystem/voter.py b/DecisionSystem/voter.py index 6b0da48..4c0fcbf 100644 --- a/DecisionSystem/voter.py +++ b/DecisionSystem/voter.py @@ -2,12 +2,8 @@ from Messaging.packmessage import PackMessage import umsgpack class Voter: - def __init__(self): - # self._client = - pass - - def submit_vote(self, vote_contents): + def submit_vote(self): raise NotImplementedError() - def request_vote(self): + def send_connected(self): raise NotImplementedError() \ No newline at end of file