Research possibilities of using /src/[module] pattern for the project. Seems like it is more popular than others and kind of officially supported (see setuptools, build, ...). At the same time we don't want to lose our nice imports (import stm32pio.core.project).
Research possibilities of using
/src/[module]
pattern for the project. Seems like it is more popular than others and kind of officially supported (see setuptools, build, ...). At the same time we don't want to lose our nice imports (import stm32pio.core.project
).