Update voter interface
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user