moved pysg files into a directory inside cfg_util, and refactored imports.

This commit is contained in:
Dewey Cox
2022-01-11 13:12:30 -07:00
committed by UpstreamData
parent a90239e3c5
commit 56d7234ccb
11 changed files with 40 additions and 24 deletions

View 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()