7 lines
135 B
Python
7 lines
135 B
Python
from Messaging.packmessage import PackMessage
|
|
|
|
class Voter:
|
|
def submit_vote(self, vote_contents):
|
|
NotImplementedError
|
|
|
|
|