Add classes and files for voting

This commit is contained in:
DSTO\pivatom
2018-12-10 16:52:23 +10:30
parent f8db12b5b6
commit 1bc7948b51
7 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class Commander:
def get_votes(self):
raise Exception("Vote cannot be submitted as it's not implemented")
def make_decision(self):
raise Exception("Vote cannot be submitted as it's not implemented")