Summary
Bugfixes, minor additions and infrastructure preparation for schematic export
What's Changed
* ERC: Check ElectricPower has voltage by ruben-iteng in https://github.com/atopile/faebryk/pull/56
* Testing: Rename tests so we run everything via pytest by mawildoer in https://github.com/atopile/faebryk/pull/58
* SEXP: Add stack and debugging information to decoder by mawildoer in https://github.com/atopile/faebryk/pull/59
* SEXP: Debug warning of unprocessed SEXPs by mawildoer in https://github.com/atopile/faebryk/pull/61
* Libs: kicad fileformat: Implement justifys by iopapamanoglou in https://github.com/atopile/faebryk/pull/62
* Core: KiCAD Sch Fileformat by mawildoer in https://github.com/atopile/faebryk/pull/60
* Library: Improve RP2040 by iopapamanoglou in https://github.com/atopile/faebryk/pull/57
* Library: power, UART, I2C, RS232 components... by ruben-iteng in https://github.com/atopile/faebryk/pull/38
* Exports: KiCAD schematic roundtrip by mawildoer in https://github.com/atopile/faebryk/pull/64
* Core: More convenient data-traits by mawildoer in https://github.com/atopile/faebryk/pull/67
* Test: Accelerate pytests with some parallelisation by mawildoer in https://github.com/atopile/faebryk/pull/70
* Rename NotNone function to not_none by mawildoer in https://github.com/atopile/faebryk/pull/71
* Ignore me by mawildoer in https://github.com/atopile/faebryk/pull/72
* Exports: Minor PCB transformer cleanup by mawildoer in https://github.com/atopile/faebryk/pull/74
* Export: KiCAD Schematic Transformer by mawildoer in https://github.com/atopile/faebryk/pull/68
* Lib: kicad: fileformat: Add support for groups by ruben-iteng in https://github.com/atopile/faebryk/pull/76
* Add: kicad: fileformat_common: Missing stroke types by ruben-iteng in https://github.com/atopile/faebryk/pull/79
* Core: Add FuncSet and FuncDict modules to lib/util by mawildoer in https://github.com/atopile/faebryk/pull/80
* Fix: Library: Missing/wrong references by ruben-iteng in https://github.com/atopile/faebryk/pull/66
* Library: Various fixes by ruben-iteng in https://github.com/atopile/faebryk/pull/83
* PCB: Layout: next to pin generic layout by ruben-iteng in https://github.com/atopile/faebryk/pull/81
* Examples: Add minimal_led_orderable by ruben-iteng in https://github.com/atopile/faebryk/pull/84
* Bugfix: Examples: Fix switch picker by iopapamanoglou in https://github.com/atopile/faebryk/pull/85
* Layout: Add NextTo by iopapamanoglou in https://github.com/atopile/faebryk/pull/86
Breaks
Should not break anything
**Full Changelog**: https://github.com/atopile/faebryk/compare/v4.1.0...v4.1.1