added the scan page to scan for miners on a subnet

This commit is contained in:
UpstreamData
2022-02-25 15:58:01 -07:00
parent da5a784214
commit cf3163dccf
5 changed files with 147 additions and 12 deletions

View File

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