added Hive get bad boards, and started on a bad board utility

This commit is contained in:
UpstreamData
2022-01-21 16:15:46 -07:00
parent a1839aae46
commit a93027369e
10 changed files with 82 additions and 10 deletions

View File

View File

View File

@@ -0,0 +1 @@
import PySimpleGUI as sg

View File

@@ -0,0 +1,7 @@
"""
This file stores the MinerFactory instance used by the BadBoardUtility for use in other files.
"""
from miners.miner_factory import MinerFactory
miner_factory = MinerFactory()

View File