[04:53:19] WARNING Not Implemented Error `exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings. See: https://github.com/atopile/atopile/issues/755 Source: main.ato:81:7 80 ❱ 81 module App: 82 │ # --- Signals and Power rails --- Code causing the error: Source: main.ato:91:32 90 │ dfplayer = new DFPlayer_Mini ❱ 91 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module 92 WARNING Not Implemented Error `exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings. See: https://github.com/atopile/atopile/issues/755 Source: main.ato:81:7 80 ❱ 81 module App: 82 │ # --- Signals and Power rails --- Code causing the error: Source: main.ato:121:29 120 │ hole1 = new MountingHole_M3 ❱ 121 │ hole1.exclude_from_bom = True # Exclude from BOM since it's a module 122 │ # hole2 = new MountingHole_M3