first commit
This commit is contained in:
23
helix/constants/anchor_parts.py
Normal file
23
helix/constants/anchor_parts.py
Normal file
@@ -0,0 +1,23 @@
|
||||
from helix.constants.parts import anchor_plate, anchor, anchor_washer
|
||||
|
||||
|
||||
class OmgPowerGripParts(object):
|
||||
parts = {
|
||||
anchor_plate: 1,
|
||||
anchor: 1,
|
||||
anchor_washer: 1
|
||||
}
|
||||
|
||||
class OmgPowerGripPlusParts(object):
|
||||
parts = {
|
||||
anchor_plate: 1,
|
||||
anchor: 1,
|
||||
anchor_washer: 1
|
||||
}
|
||||
|
||||
class EcoFastenParts(object):
|
||||
parts = {
|
||||
anchor_plate: 1,
|
||||
anchor: 1,
|
||||
anchor_washer: 1
|
||||
}
|
||||
Reference in New Issue
Block a user