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