Update voter interface

This commit is contained in:
DSTO\pivatom
2019-01-14 09:14:41 +10:30
parent 4f4f4d531c
commit e122e572b6

View File

@@ -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()