Add 'car/' from commit 'eee0e8dc445691e600680f4abc77f2814b20b054'
git-subtree-dir: car git-subtree-mainline:1d29a5526cgit-subtree-split:eee0e8dc44
This commit is contained in:
8
car/MyRaft/voter.py
Normal file
8
car/MyRaft/voter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from MyRaft.state import State
|
||||
from MyRaft.node import RaftNode
|
||||
|
||||
class Voter(State):
|
||||
def __init__(self, context: RaftNode):
|
||||
State.__init__(self, context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user