added Hive get bad boards, and started on a bad board utility
This commit is contained in:
7
tools/bad_board_util/miner_factory.py
Normal file
7
tools/bad_board_util/miner_factory.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
This file stores the MinerFactory instance used by the BadBoardUtility for use in other files.
|
||||
"""
|
||||
|
||||
from miners.miner_factory import MinerFactory
|
||||
|
||||
miner_factory = MinerFactory()
|
||||
Reference in New Issue
Block a user