""" This file stores the MinerFactory instance used by the BadBoardUtility for use in other files. """ from miners.miner_factory import MinerFactory miner_factory = MinerFactory()