7 lines
142 B
Python
7 lines
142 B
Python
from pyasic.miners.backends.iceriver import IceRiver
|
|
from pyasic.miners.device.models import KS0
|
|
|
|
|
|
class IceRiverKS0(IceRiver, KS0):
|
|
pass
|