Implementing stuff (I suck at commits sometimes lol)

This commit is contained in:
DSTO\pivatom
2018-12-13 11:00:27 +10:30
parent 750624fe2b
commit 6f0bd56b4a
9 changed files with 146 additions and 19 deletions

View File

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