* changed over to package format and removed tools, added poetry * reformat into miner_interface project * add dist to .gitignore * update readme and finish reformatting * Added couple missing imports. (#13) * change name to pyasic Co-authored-by: upstreamdata <brett@upstreamdata.ca> Co-authored-by: Mika Impola <mika@impola.fi>
6 lines
145 B
Python
6 lines
145 B
Python
from .bmminer import BMMiner
|
|
from .bosminer import BOSMiner
|
|
from .btminer import BTMiner
|
|
from .cgminer import CGMiner
|
|
from .hiveon import Hiveon
|