47 lines
1.3 KiB
Python
47 lines
1.3 KiB
Python
# Copyright 2022 Upstream Data Inc
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
from .M30S import (
|
|
BTMinerM30S,
|
|
BTMinerM30SV50,
|
|
BTMinerM30SVE10,
|
|
BTMinerM30SVE20,
|
|
BTMinerM30SVG20,
|
|
)
|
|
from .M30S_Plus import (
|
|
BTMinerM30SPlus,
|
|
BTMinerM30SPlusVE40,
|
|
BTMinerM30SPlusVF20,
|
|
BTMinerM30SPlusVG60,
|
|
)
|
|
from .M30S_Plus_Plus import (
|
|
BTMinerM30SPlusPlus,
|
|
BTMinerM30SPlusPlusVG30,
|
|
BTMinerM30SPlusPlusVG40,
|
|
BTMinerM30SPlusPlusVH60,
|
|
)
|
|
from .M31S import BTMinerM31S
|
|
from .M31S_Plus import (
|
|
BTMinerM31SPlus,
|
|
BTMinerM31SPlusV30,
|
|
BTMinerM31SPlusV40,
|
|
BTMinerM31SPlusV60,
|
|
BTMinerM31SPlusV80,
|
|
BTMinerM31SPlusV90,
|
|
BTMinerM31SPlusVE20,
|
|
)
|
|
from .M32 import BTMinerM32, BTMinerM32V20
|
|
from .M32S import BTMinerM32S
|
|
from .M34S_Plus import BTMinerM34SPlus, BTMinerM34SPlusVE10
|