Files
pyasic/tools/web_monitor/miner_factory.py
2022-02-25 15:58:01 -07:00

8 lines
177 B
Python

"""
This file stores the MinerFactory instance used by the WebMonitor for use in other files.
"""
from miners.miner_factory import MinerFactory
miner_factory = MinerFactory()