8 lines
169 B
Python
8 lines
169 B
Python
import unittest
|
|
from DecisionSystem.CentralisedDecision.ballotvoter import BallotVoter
|
|
|
|
class TestBallotVoter(unittest.TestCase):
|
|
def setUp(self):
|
|
pass
|
|
|
|
|