8 lines
177 B
Python
8 lines
177 B
Python
"""
|
|
This file stores the MinerFactory instance used by the WebMonitor for use in other files.
|
|
"""
|
|
|
|
from miners.miner_factory import MinerFactory
|
|
|
|
miner_factory = MinerFactory()
|