Skip to content
Snippets Groups Projects
Commit f6264347 authored by Jiahang Chen's avatar Jiahang Chen
Browse files

add stacking shield

parent c64d95e7
No related branches found
No related tags found
No related merge requests found
Pipeline #390110 passed
from ml.ml40.roles.dts.parts.part import Part
class StackingShield(Part):
"""roles for stacking shield"""
def __init__(self, name="", identifier=""):
super().__init__(
name=name,
identifier=identifier)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment