moved pysg files into a directory inside cfg_util, and refactored imports.
This commit is contained in:
7
cfg_util/cfg_util_sg/miner_factory.py
Normal file
7
cfg_util/cfg_util_sg/miner_factory.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
This file stores the MinerFactory instance used by the ConfigUtility for use in other files.
|
||||
"""
|
||||
|
||||
from miners.miner_factory import MinerFactory
|
||||
|
||||
miner_factory = MinerFactory()
|
||||
Reference in New Issue
Block a user