I am develepong a blender addon which has several submodules
- A/init.py | |- B/init.py
In A/init.py I can do import A.B to impo
import A.B