Files
modeling-app/rust/kcl-lib/tests/import_whole/input.kcl
Nick Cameron 461a2c3ab2 Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-20 16:23:20 +13:00

7 lines
125 B
Plaintext

@settings(defaultLengthUnit = mm)
import "exported_mod.kcl" as foo
bar = foo
|> shell(faces = ['end'], thickness = 0.25)