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