5 lines
79 B
Python
5 lines
79 B
Python
import voter
|
|
|
|
class BallotVoter(Voter):
|
|
def submit_vote(self):
|
|
pass |