Cosplay/nhf/touhou/shiki_eiki/epaulette.py

13 lines
278 B
Python
Raw Normal View History

2024-11-18 00:36:39 -08:00
import math
from dataclasses import dataclass, field
import cadquery as Cq
from nhf import Material, Role
from nhf.build import Model, target, assembly
import nhf.utils
@dataclass
class Epaulette(Model):
def __post_init__(self):
super().__init__(name="epaulette")