7 lines
89 B
Python
7 lines
89 B
Python
import voter
|
|
|
|
class VoteReplicator(Voter):
|
|
def __init__(self):
|
|
pass
|
|
|
|
|