Implementing stuff (I suck at commits sometimes lol)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from Messaging.packmessage import PackMessage
|
||||
|
||||
class Voter:
|
||||
def submit_vote(self):
|
||||
raise Exception("Vote cannot be submitted as it's not implemented")
|
||||
def submit_vote(self, vote_contents):
|
||||
NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user