split out cfg_util into its own module

This commit is contained in:
UpstreamData
2021-11-03 13:38:39 -06:00
parent 7f0bd87ed1
commit 751bc1ee51
6 changed files with 342 additions and 326 deletions

View File

@@ -0,0 +1,3 @@
from miners.miner_factory import MinerFactory
miner_factory = MinerFactory()