Files
picar/tests/test_ballot_voter.py
2019-02-07 07:03:36 +10:30

8 lines
169 B
Python

import unittest
from DecisionSystem.CentralisedDecision.ballotvoter import BallotVoter
class TestBallotVoter(unittest.TestCase):
def setUp(self):
pass