added more doocstrings and improved the readme
This commit is contained in:
@@ -1,3 +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