Add classes and files for voting
This commit is contained in:
6
DecisionSystem/commander.py
Normal file
6
DecisionSystem/commander.py
Normal 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")
|
||||
Reference in New Issue
Block a user